| ▲ | billywhizz 2 hours ago | |
i did a quick benchmark on this with a single db connection updating user_version in a tight loop with the wal_hook callback enabled. on my crappy old i5 with the db file on /dev/shm it can do ~150k writes a second with the wal_hook callback called on every write. and this is using JS bindings to C++ so has some unnecessary overhead. | ||