Skip to content

Commit 439f4c6

Browse files
goffrieConvex, Inc.
authored andcommitted
Add source_packages to APP_TABLES_TO_LOAD_IN_MEMORY (#36369)
This table is on the critical path for running UDFs. GitOrigin-RevId: 78bda5e1c9500952b238a9b4f9d43045794dbc13
1 parent 9064bf6 commit 439f4c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/model/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -565,6 +565,7 @@ static APP_TABLES_TO_LOAD_IN_MEMORY: LazyLock<BTreeSet<TableName>> = LazyLock::n
565565
CANONICAL_URLS_TABLE.clone(),
566566
BACKEND_INFO_TABLE.clone(),
567567
AWS_LAMBDA_VERSIONS_TABLE.clone(),
568+
SOURCE_PACKAGES_TABLE.clone(),
568569
}
569570
});
570571

0 commit comments

Comments
 (0)