Files
appwrite/app
Jake BarnbyandClaude Opus 4.7 d4ba685682 perf(sqlite): split each pool category into its own DB file
Previously every connection pool (console, database, documentsdb,
vectorsdb, logs) opened the same SQLite file, so they all serialised
through one writer lock — even though they're conceptually independent
databases. Treat _APP_DB_SQLITE_PATH as a directory + stem template and
replace the stem with the pool key, so each gets its own file and
unrelated writes no longer queue against each other.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-30 17:34:20 +12:00
..
2025-12-02 01:40:44 +00:00
2026-04-29 14:14:49 +02:00
2026-04-29 13:52:13 +02:00
2026-04-16 16:57:19 +05:30
2026-01-03 22:38:17 +00:00