Re: [sqlite] Large rows and performance (storing large files)

2004-07-26 Thread D. Richard Hipp
Dennis Volodomanov wrote: If I go the easy way and increase the MAX_BYTES_PER_ROW to 4294967296 (for example), will it have any performance effect on the "normal" sized rows? No. -- D. Richard Hipp -- [EMAIL PROTECTED] -- 704.948.4565

[sqlite] Large rows and performance (storing large files)

2004-07-26 Thread Dennis Volodomanov
Hello all, I raised the questions below a couple of weeks ago, but didn't receive an answer, so I'd like to politely ask again :-) If I go the easy way and increase the MAX_BYTES_PER_ROW to 4294967296 (for example), will it have any performance effect on the "normal" sized rows? The idea behind