Skip to content

Commit 8d9a52a

Browse files
committed
perf(vnext): ratchet completed core budget
1 parent 91f33bd commit 8d9a52a

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

docs/vnext/capability-charter.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,8 @@ count and estimated retained bytes.
239239

240240
Provisional compressed bundle budgets:
241241

242-
- Framework-independent core with relation completion: 48 KiB
242+
- Framework-independent core with relation, namespace, and column completion:
243+
50 KiB
243244
- Core plus CodeMirror adapter, excluding parser and dialect data: 75 KiB
244245
- Each ordinary dialect module: 25 KiB
245246
- Optional `node-sql-parser` chunk: no regression from its recorded baseline

scripts/worker-placement.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ const PARSER_MARKERS = [
3535
"tableList",
3636
];
3737
const BIGQUERY_GZIP_LIMIT = 50 * 1024;
38-
const CORE_TOTAL_GZIP_LIMIT = 48 * 1024;
39-
const CORE_TOTAL_RAW_LIMIT = 180 * 1024;
38+
const CORE_TOTAL_GZIP_LIMIT = 50 * 1024;
39+
const CORE_TOTAL_RAW_LIMIT = 184 * 1024;
4040
const POSTGRESQL_GZIP_LIMIT = 68 * 1024;
4141
const WORKER_TOTAL_GZIP_LIMIT = 160 * 1024;
4242
const WORKER_TOTAL_RAW_LIMIT = 700 * 1024;

0 commit comments

Comments
 (0)