Re: [sqlite] Limit on number of columns in SQLite table

2019-11-06 Thread Digital Dog
On Wed, Nov 6, 2019 at 7:22 PM Jens Alfke wrote: > > > > On Nov 6, 2019, at 9:25 AM, Digital Dog wrote: > > > > If there are millions or billions of rows > > in the data set I consider it big data and the only reasonable format for > > storing it is a column store format. > > There are many

Re: [sqlite] Limit on number of columns in SQLite table

2019-11-06 Thread Jens Alfke
> On Nov 6, 2019, at 9:25 AM, Digital Dog wrote: > > If there are millions or billions of rows > in the data set I consider it big data and the only reasonable format for > storing it is a column store format. There are many types of stores for "big data". My employer, Couchbase, has

Re: [sqlite] Limit on number of columns in SQLite table

2019-11-06 Thread Digital Dog
Hi! I'm late to the party, but want to contribute. I did not read all messages in the thread, but in those I've read did not contain a question about number of ROWS. We know how many columns you desire, but how many rows are there? No matter how I like SQLite, I would not store this kind of data

Re: [sqlite] Klocwork static analysis report

2019-11-06 Thread Donald Shepherd
On Wed, 6 Nov 2019 at 22:21, Richard Hipp wrote: > On 11/6/19, Raitses, Alex wrote: > > Hello, > > Please find attached Klocwork static analysis report for “C source code > as > > an amalgamation”, version 3.30.1 (sqlite3.c). > > Can you please review the report attached and update which bugs

Re: [sqlite] Klocwork static analysis report

2019-11-06 Thread Richard Hipp
On 11/6/19, Raitses, Alex wrote: > Hello, > Please find attached Klocwork static analysis report for “C source code as > an amalgamation”, version 3.30.1 (sqlite3.c). > Can you please review the report attached and update which bugs can be > fixed. > (1) This mailing list strips attachments.

[sqlite] Klocwork static analysis report

2019-11-06 Thread Raitses, Alex
Hello, Please find attached Klocwork static analysis report for “C source code as an amalgamation”, version 3.30.1 (sqlite3.c). Can you please review the report attached and update which bugs can be fixed. Regards, Alex - Intel