Search found 8 matches

by verticadba
Tue Jan 14, 2014 3:25 pm
Forum: New to Vertica Database Administration
Topic: TABLE SIZE
Replies: 2
Views: 6673

TABLE SIZE

How to calculate the table size, which is right select audit('table_name','table'); select object_schema,object_name,size_bytes/power(1024,3) "Size(GB)" from user_audits where object_schema='object_schema'; is shows the size of the table as 21gb select sum(used_bytes) as used_bytes, sum(ros_used_byt...
by verticadba
Tue Jan 14, 2014 3:22 pm
Forum: New to Vertica Database Administration
Topic: Projections questions
Replies: 0
Views: 3537

Projections questions

Hi,

I am trying to understand the difference between segmented projections and bubby projections. Does segmented projections called buddy projections and how does Vertica allocate space and reclaim space after dropping or running manual purge.


Thanks
VerticaDBA
by verticadba
Fri Dec 06, 2013 6:41 pm
Forum: New to Vertica Database Administration
Topic: automatic refresh of Vertica database
Replies: 0
Views: 3804

automatic refresh of Vertica database

Hi,

We want to refresh Vertica database from production to a dev box and want it make as a automatic process.
Has anyone done this before and do you have the steps to a do this without causing an outage


Thanks
by verticadba
Mon Dec 02, 2013 2:47 pm
Forum: New to Vertica
Topic: LDAP authentication
Replies: 4
Views: 11031

Re: LDAP authentication

Hi Jm can you let me know what's my next step is


Thanks
by verticadba
Thu Nov 21, 2013 3:27 pm
Forum: New to Vertica
Topic: LDAP authentication
Replies: 4
Views: 11031

Re: LDAP authentication

Hi Jim,

It says

authentication_method
-----------------------
Unknown
(1 row)


Thanks
by verticadba
Wed Nov 20, 2013 3:27 pm
Forum: New to Vertica
Topic: LDAP authentication
Replies: 4
Views: 11031

LDAP authentication

I am running into a security issue with testing my ldap authentication. The parameter I am passing is ClientAuthentication = local all ldap “ldap://xxxxxxxxxx/CN=xxxxxx,CN=Users,DC=xxxxx,DC=xxx,DC=xxxxxx,DC=xxxxx" The test account name is testldap and with I login as vsql -Utestldap it logs me in wi...
by verticadba
Tue Nov 19, 2013 3:09 pm
Forum: New to Vertica
Topic: Projection questions sort order
Replies: 3
Views: 9020

Re: Projection questions sort order

This is awesome, thank you

Go to advanced search