Re: [Virtuoso-users] Using column store structure for exiting data

2014-06-01 Thread Hugh Williams
Bart, On 26 May 2014, at 13:03, Bart Vandewoestyne wrote: > On 2014-05-18 16:11, Hugh Williams wrote: >> Hi Sumit >> >> Ah, didn't realise you started with a v6 row store database, thus how >> did you upgrade to v7 ? >> >> As if you simply check pointed and restarted the v6 database with a v7

Re: [Virtuoso-users] Using column store structure for exiting data

2014-05-26 Thread Bart Vandewoestyne
On 2014-05-18 16:11, Hugh Williams wrote: > Hi Sumit > > Ah, didn't realise you started with a v6 row store database, thus how > did you upgrade to v7 ? > > As if you simply check pointed and restarted the v6 database with a v7 > binary then it would be automatically upgraded but all the tables > i

Re: [Virtuoso-users] Using column store structure for exiting data

2014-05-22 Thread Hugh Williams
n order to maximize > performance. > > > > Thanks > sumit > > -Original Message- > From: Kingsley Idehen [mailto:kide...@openlinksw.com] > Sent: Thursday, May 22, 2014 7:24 AM > To: virtuoso-users@lists.sourceforge.net > Subject: Re: [Virtuoso-us

Re: [Virtuoso-users] Using column store structure for exiting data

2014-05-22 Thread Hugh Williams
n order to maximize > performance. > > > > Thanks > sumit > > -Original Message- > From: Kingsley Idehen [mailto:kide...@openlinksw.com] > Sent: Thursday, May 22, 2014 7:24 AM > To: virtuoso-users@lists.sourceforge.net > Subject: Re: [Virtuoso-us

Re: [Virtuoso-users] Using column store structure for exiting data

2014-05-22 Thread Purohit, Sumit
o maximize performance. Thanks sumit -Original Message- From: Kingsley Idehen [mailto:kide...@openlinksw.com] Sent: Thursday, May 22, 2014 7:24 AM To: virtuoso-users@lists.sourceforge.net Subject: Re: [Virtuoso-users] Using column store structure for exiting data On 5/22/14 9:50 AM

Re: [Virtuoso-users] Using column store structure for exiting data

2014-05-22 Thread Kingsley Idehen
On 5/22/14 9:50 AM, Kingsley Idehen wrote: Is it normal that re-loading the data takes significantly more time than dumping it? Regards, Bart Yes, for the following reasons: 1. Exporting is just about writing to files 2. Importing is about indexing and writing to internal identifiers (named

Re: [Virtuoso-users] Using column store structure for exiting data

2014-05-22 Thread Kingsley Idehen
On 5/22/14 8:33 AM, Bart Vandewoestyne wrote: On 2014-05-18 16:11, Hugh Williams wrote: >Hi Sumit > >Ah, didn't realise you started with a v6 row store database, thus how >did you upgrade to v7 ? > >As if you simply check pointed and restarted the v6 database with a v7 >binary then it would be a

Re: [Virtuoso-users] Using column store structure for exiting data

2014-05-22 Thread Bart Vandewoestyne
On 2014-05-22 14:33, Bart Vandewoestyne wrote: > > Hugh and list, > > I just wanted to report my findings with this first option: > > I have a virtuoso.db file of 142 GB and it took one night to dump it to > .ttl and .graph files. The .ttl and .graph files together take 242 GB. > > Re-loading the

Re: [Virtuoso-users] Using column store structure for exiting data

2014-05-22 Thread Bart Vandewoestyne
On 2014-05-18 16:11, Hugh Williams wrote: > Hi Sumit > > Ah, didn't realise you started with a v6 row store database, thus how > did you upgrade to v7 ? > > As if you simply check pointed and restarted the v6 database with a v7 > binary then it would be automatically upgraded but all the tables > i

Re: [Virtuoso-users] Using column store structure for exiting data

2014-05-21 Thread Bart Vandewoestyne
On 2014-05-21 00:03, Hugh Williams wrote: > Hi Summit/Bart, > > The sys_keys table can then be queried to verify if the index type of the > table is column, row (index, or bitmap) wise: > > SQL> SELECT TOP 10 KEY_TABLE, sys_sql_val_print (KEY_OPTIONS) >FROM sys_keys >WHERE KEY_TABLE = 'DB

Re: [Virtuoso-users] Using column store structure for exiting data

2014-05-20 Thread Hugh Williams
sec. > > > You also asked about how did i upgrade virtuoso : I recompile it from source > and then used my older ini file as i have made some performance tuning it > that. > > --sumit > > > > From: Hugh Williams [hwilli.

Re: [Virtuoso-users] Using column store structure for exiting data

2014-05-20 Thread Purohit, Sumit
e virtuoso : I recompile it from source and then used my older ini file as i have made some performance tuning it that. --sumit ________ From: Hugh Williams [hwilli...@openlinksw.com] Sent: Tuesday, May 20, 2014 3:03 PM To: Purohit, Sumit Cc: Bart Vandewoestyne; virt

Re: [Virtuoso-users] Using column store structure for exiting data

2014-05-20 Thread Hugh Williams
egration, and Management Technology Providers On 20 May 2014, at 22:35, "Purohit, Sumit" wrote: > I +1 Bart's question as I also want to know which tables are using latest > column store. > Is there a way ? > > > Thanks > Sumit Purohit > >

Re: [Virtuoso-users] Using column store structure for exiting data

2014-05-20 Thread Purohit, Sumit
users@lists.sourceforge.net Subject: Re: [Virtuoso-users] Using column store structure for exiting data On 2014-05-18 16:11, Hugh Williams wrote: > Hi Sumit > > Ah, didn't realise you started with a v6 row store database, thus how > did you upgrade to v7 ? > > As if you simply check pointed a

Re: [Virtuoso-users] Using column store structure for exiting data

2014-05-20 Thread Bart Vandewoestyne
On 2014-05-18 16:11, Hugh Williams wrote: > Hi Sumit > > Ah, didn't realise you started with a v6 row store database, thus how > did you upgrade to v7 ? > > As if you simply check pointed and restarted the v6 database with a v7 > binary then it would be automatically upgraded but all the tables > i

Re: [Virtuoso-users] Using column store structure for exiting data

2014-05-18 Thread Hugh Williams
; To: Purohit, Sumit > Cc: virtuoso-users@lists.sourceforge.net > Subject: Re: [Virtuoso-users] Using column store structure for exiting data > > Hi Sumit, > > By default all SQL tables would be created as row wise, if the ColumnStore=1 > setting is in place then any new S

Re: [Virtuoso-users] Using column store structure for exiting data

2014-05-17 Thread Purohit, Sumit
From: Hugh Williams [hwilli...@openlinksw.com] Sent: Saturday, May 17, 2014 5:46 PM To: Purohit, Sumit Cc: virtuoso-users@lists.sourceforge.net Subject: Re: [Virtuoso-users] Using column store structure for exiting data Hi Sumit, By default all SQL tables would be created as

Re: [Virtuoso-users] Using column store structure for exiting data

2014-05-17 Thread Hugh Williams
Hi Sumit, By default all SQL tables would be created as row wise, if the ColumnStore=1 setting is in place then any new SQL tables created will be column wise, but any existing table will not be auto converted or reindexed. The one exception are the RDF_QUAD and associated tables and indexes us

[Virtuoso-users] Using column store structure for exiting data

2014-05-17 Thread Purohit, Sumit
Hi All, I am using Virtuoso (Open Source) 7.1.0 and read about support of column-store structure in virtuoso. http://docs.openlinksw.com/virtuoso/databaseadmsrv.html Does setting ColumnStore=1 affect only tables created after the change OR DOES IT RE-INDEX / RE-STRUCTURE exiting tables and ind