feat(session): reduce persistence storage size (#3048)

This commit is contained in:
Magolor
2026-08-26 08:01:07 +00:00
committed by GitHub
parent 1e2d2b7b47
commit df76bc695b
66 changed files with 1130 additions and 226 deletions
@@ -19,6 +19,7 @@ const SQL_RESOURCES = [
'journal-mode-truncate',
'journal-mode-wal',
'mmap-off',
'page-size',
'rollback',
'schema',
'select-application-id',
@@ -28,6 +29,7 @@ const SQL_RESOURCES = [
'select-packed-predecessors',
'select-schema-objects',
'select-session',
'select-session-key',
'select-sessions',
'select-store-id',
'select-synchronous',
@@ -36,7 +38,7 @@ const SQL_RESOURCES = [
'select-user-object-count',
'select-user-version',
'set-application-id',
'set-user-version-18',
'set-user-version-19',
'synchronous-full',
'trusted-schema-off',
'update-session-revision',