You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
move causal length tracking to the primary key lookaside table. This removes a self-join on the clock table
remove ensureTableInfosAreUpToDate -- we can proactively keep these up to date from the create_crr methods, removing an entire query from every merge operation.
remove crsql_get_table
prema prepare CLOCK_TABLES_SELECT
remove BTreeMap
remove recreate_db_version_stmt
next_db_version / fill_db_Version_if_needed - we can check the pragma once per transaction. Need to save some bit that states we checked the pragma already and reset on tx commit or rollback.
The text was updated successfully, but these errors were encountered:
ensureTableInfosAreUpToDate
-- we can proactively keep these up to date from thecreate_crr
methods, removing an entire query from every merge operation.The text was updated successfully, but these errors were encountered: