embucket-labs icon indicating copy to clipboard operation
embucket-labs copied to clipboard

Metastore on sqlite

Open YaroslavLitvinov opened this issue 2 months ago • 18 comments

Partial implementation of Metastore on sqlite

  • Volumes, databases, schemas are migrated on SQLITE (no vfs used)
  • We use diesel orm to map mentioned ^^ entities to sql.
  • Tables remained on slatedb, at least temporary.
  • ExecutionService::abort_query turned into async function as now it waits for abort confirmation

Known issues

  • UI should support some minor API changes in responses. Also didn't fix openapi spec, yet.
  • Slatedb sql view we use in execution engine renamed to sqlite view, and maybe need some fixes.
  • List of failing tests, probably due to some minor bugs in new Metastore implementation. Fixing them is a matter of time. tests::test_schemas tests::service::test_max_concurrency_level tests::service::test_query_recording tests::sql::commands::show::query_show_databases tests::sql::ddl::database::query_drop_database tests::sql::ddl::database::query_drop_database_error_in_use tests::test_generic_sqls::snowflake_generic::submit_ok_query_with_concurrent_limit tests::test_rest_quick_sqls::snowflake_compatibility::abort_ok_query tests::test_rest_quick_sqls::snowflake_compatibility::cancel_ok_query tests::test_rest_quick_sqls::snowflake_compatibility::cancel_ok_sleeping_query

YaroslavLitvinov avatar Oct 23 '25 22:10 YaroslavLitvinov

SLT Targeted Testing: No relevant SLT tests found for the changes in this PR. No testing required.

github-actions[bot] avatar Oct 23 '25 22:10 github-actions[bot]

SLT Targeted Testing: No relevant SLT tests found for the changes in this PR. No testing required.

github-actions[bot] avatar Oct 23 '25 23:10 github-actions[bot]

SLT Targeted Testing: No relevant SLT tests found for the changes in this PR. No testing required.

github-actions[bot] avatar Oct 25 '25 16:10 github-actions[bot]

SLT Targeted Testing: No relevant SLT tests found for the changes in this PR. No testing required.

github-actions[bot] avatar Oct 26 '25 12:10 github-actions[bot]

SLT Targeted Testing: No relevant SLT tests found for the changes in this PR. No testing required.

github-actions[bot] avatar Oct 28 '25 00:10 github-actions[bot]

SLT Targeted Testing: No relevant SLT tests found for the changes in this PR. No testing required.

github-actions[bot] avatar Oct 29 '25 13:10 github-actions[bot]

SLT Targeted Testing: No relevant SLT tests found for the changes in this PR. No testing required.

github-actions[bot] avatar Oct 30 '25 00:10 github-actions[bot]

SLT Targeted Testing: No relevant SLT tests found for the changes in this PR. No testing required.

github-actions[bot] avatar Nov 01 '25 02:11 github-actions[bot]

SLT Targeted Testing: No relevant SLT tests found for the changes in this PR. No testing required.

github-actions[bot] avatar Nov 02 '25 02:11 github-actions[bot]

SLT Targeted Testing: No relevant SLT tests found for the changes in this PR. No testing required.

github-actions[bot] avatar Nov 03 '25 01:11 github-actions[bot]

SLT Targeted Testing: No relevant SLT tests found for the changes in this PR. No testing required.

github-actions[bot] avatar Nov 04 '25 04:11 github-actions[bot]

SLT Targeted Testing: No relevant SLT tests found for the changes in this PR. No testing required.

github-actions[bot] avatar Nov 05 '25 03:11 github-actions[bot]

SLT Targeted Testing: No relevant SLT tests found for the changes in this PR. No testing required.

github-actions[bot] avatar Nov 05 '25 20:11 github-actions[bot]

SLT Targeted Testing: No relevant SLT tests found for the changes in this PR. No testing required.

github-actions[bot] avatar Nov 06 '25 17:11 github-actions[bot]

SLT Targeted Testing: No relevant SLT tests found for the changes in this PR. No testing required.

github-actions[bot] avatar Nov 06 '25 17:11 github-actions[bot]

SLT Targeted Testing: No relevant SLT tests found for the changes in this PR. No testing required.

github-actions[bot] avatar Nov 06 '25 17:11 github-actions[bot]

SLT Targeted Testing: No relevant SLT tests found for the changes in this PR. No testing required.

github-actions[bot] avatar Nov 07 '25 12:11 github-actions[bot]

SLT Targeted Testing: No relevant SLT tests found for the changes in this PR. No testing required.

github-actions[bot] avatar Nov 07 '25 12:11 github-actions[bot]