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
deprecate TableFragments together with actor and actor_dispatcher tables. Let build, scale and recovery support the generation of actors in memory, reduce the writing of metastore, and reduce the memory occupation of meta node. related: Tracking: Deprecate TableFragments #18094
unify the object id in meta: currently we have identified multiple duplicate IDs, resulting in significant convert within the codebase.
re-enable backup unit tests.
add e2e test for pg/mysql metastore in pr/main-cron
investigate whether in-memory sqlite can be used in the simulation test, including reorganization of the integration simulation test that needs kill operation.
support transactional commit of metadata for replace table.
remove compatible id allocation for table, actor and fragment.
Describe the solution you'd like
No response
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
yezizp2012
changed the title
Tracking: remaining refactoring, tests for sql meta store
Tracking: remaining refactoring and tests for sql meta store
Oct 24, 2024
Is your feature request related to a problem? Please describe.
TableFragments
together withactor
andactor_dispatcher
tables. Letbuild
,scale
andrecovery
support the generation of actors in memory, reduce the writing of metastore, and reduce the memory occupation of meta node. related: Tracking: Deprecate TableFragments #18094table
,actor
andfragment
.Describe the solution you'd like
No response
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: