Gauthier
Gauthier
Performance is most likely back to what it was before the feature was removed. Anyhow there's not much way to go around this, SQLite need to get the generated ID...
> 20-40 percent is quite huge so I think it's worth some consideration. can you maybe share details on how you measured that, and against which version ? Trying the...
> * A bit vague but makes sense - Use the executeBatch API as a way to signal that we are in high performance and there is no need to...
> > > 20-40 percent is quite huge so I think it's worth some consideration. > > > > > > can you maybe share details on how you measured...
> For this i need to better understand the details of why the orignal "lazy" approach didn't work. Context: https://github.com/xerial/sqlite-jdbc/issues/329
Ideally all the benchmarks should be run using the same native library version: https://github.com/xerial/sqlite-jdbc/blob/master/USAGE.md#how-to-use-a-specific-native-library
Thanks for the details. We would accept a PR to fix this, i suppose the easiest way would be to set this at `SQLiteConnectionConfig`. Doing it with a new Pragma...
It wouldn't be OK, the feature was not yielding correct results. The proposed Pragma would be to disable the feature entirely, not to enable the feature. If you are not...
@yuvalp-k2view do you want to check my PR #1182 and see if that would address your concerns ?
how much memory does your system has, and how do you start `java` ?