On 10 September 2018 at 22:28, Joshua Watt wrote:
> BEGIN TRANSACTION; DELETE FROM BB_URI_HEADREVS; COMMIT;
> Normally, this query takes no more than 1-3 seconds to complete,
> however, on rare occasion this will take an order of magnitude more
> (20-30 seconds).
>
> pragma synchronous = norm
Hello,
I have seen a strange behavior when using sqlite 3.20.1, and I was
hoping someone could help explain it. I have a database with a very
simple schema:
$ sqlite3 build/cache/bb_persist_data.sqlite3 SQLite version 3.20.1
2017-08-24 16:21:36 Enter ".help" for usage hints. sqlite> .schema
CREA
2 matches
Mail list logo