LumoSQL / archive1-LumoSQL-on-github

Initial work on SQLite and LMDB integration
https://lumosql.github.io/LumoSQL/
Other
68 stars 14 forks source link

Results from sqlite test/async*.test are interesting #21

Closed maxwell-k closed 4 years ago

maxwell-k commented 4 years ago

As a potential candidate to add to our benchmarking: https://github.com/sqlite/sqlite/blob/master/test/async2.test

danshearer commented 4 years ago

There are 5 async* tests

danshearer commented 4 years ago

I've done some sample runs of the TCL tests, and I don't think it is really stressing concurrent access. https://github.com/sqlite/sqlite/tree/master/mptest seems to be more along those lines but I haven't done sample runs of it (mptest hasn't changed in 6 years, and all the references to it seem to be in the context of windows, if that means anything.)

danshearer commented 4 years ago

Moved notes to https://lumosql.org/src/lumosql/wiki?name=lumo-benchmarking-testing&p .