benchmarking

Moderator: NorbertKrupa

Nicola
Newbie
Newbie
Posts: 12
Joined: Mon Dec 02, 2013 10:34 pm

Re: benchmarking

Post by Nicola » Mon Dec 23, 2013 6:05 pm

I don't know how to use dbadmin! Can you explain it please?

Nicola
Newbie
Newbie
Posts: 12
Joined: Mon Dec 02, 2013 10:34 pm

Re: benchmarking

Post by Nicola » Mon Dec 23, 2013 6:27 pm

I've installed vertica by rpm without parameters, so I don't have dbadmin! How I can create it now?

User avatar
JimKnicely
Site Admin
Site Admin
Posts: 1825
Joined: Sat Jan 21, 2012 4:58 am
Contact:

Re: benchmarking

Post by JimKnicely » Tue Dec 24, 2013 5:08 pm

Use vsql... It's the command line editor for Vertica.

Please refer to the online programmer's guide here (starting at page 278):

https://my.vertica.com/docs/7.0.x/PDF/H ... _Guide.pdf
Jim Knicely

Image

Note: I work for Vertica. My views, opinions, and thoughts expressed here do not represent those of my employer.

Nicola
Newbie
Newbie
Posts: 12
Joined: Mon Dec 02, 2013 10:34 pm

Re: benchmarking

Post by Nicola » Mon Dec 30, 2013 12:55 pm

ok, done!
I have another problem: the dss consists of 8 tables: nation, region, part, supplier, partsupp, customer, orders, lineitem, but ssb generate data only for these tables:
(customer.tbl)
dbgen -s 1 -T c

(part.tbl)
dbgen -s 1 -T p

(supplier.tbl)
dbgen -s 1 -T s

(date.tbl)
dbgen -s 1 -T d

(fact table lineorder.tbl)
dbgen -s 1 -T l

why?

if i use dbgen -s 1-T a, who creates data for all tables, i have segmentation error(core dumped) and creates only those tables!

id10t
GURU
GURU
Posts: 732
Joined: Mon Apr 16, 2012 2:44 pm

Re: benchmarking

Post by id10t » Mon Dec 30, 2013 1:07 pm

Hi!

[DELETED]
Last edited by id10t on Fri May 08, 2015 9:19 pm, edited 1 time in total.

Nicola
Newbie
Newbie
Posts: 12
Joined: Mon Dec 02, 2013 10:34 pm

Re: benchmarking

Post by Nicola » Mon Dec 30, 2013 1:23 pm

sKwa wrote:Hi!

>>I have another problem: the dss consists of 8 tables: nation, region, part, supplier, partsupp, customer, orders, lineitem, but ssb generate data only for these tables:
>>...why?
Just because.


PS
If you are asking a help and we provide you an info, so read it.
I gave you links to explanation of SSB. Why you don't read it?
(I don't know English too, so it isn't a reason for you do not read)

http://www.cs.umb.edu/~xuedchen/researc ... chemaB.PDF
1.Create SSB LINEORDER Table.
We combine the LINEITEM and ORDER table in SSB to make a LINEORDER table. This denormalization is standard in data warehousing (see [KIMBALL02], page 121), and makes many joins unnecessary in common queries. Look at Appendix A for a reasonably detailed explanation of the columns in LINEORDER and all other SSB tables. We discuss these issues further below.
sorry, I didn't see it.
So, i have to create schema in vertica following SSB Column Definition in appendix a, its' right?

Nicola
Newbie
Newbie
Posts: 12
Joined: Mon Dec 02, 2013 10:34 pm

Re: benchmarking

Post by Nicola » Sun Jan 05, 2014 5:00 pm

Hi!
I've completed the load test, now I must do the performance test!
In the ssbm readme I've read that I can't use qgen, but here: http://www.cs.umb.edu/~poneil/StarSchemaB.PDF there are some queries I can use.
Now, to run these queries I must run them manually in Vertica, it's right?

Post Reply

Return to “General”