Commit e98e05d
committed
fix: update ROADMAP.md
1 parent 3f7c0d0 commit e98e05d
2 files changed
+37
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
| 3 | + | |
6 | 4 | | |
| 5 | + | |
7 | 6 | | |
8 | | - | |
| 7 | + | |
9 | 8 | | |
10 | | - | |
| 9 | + | |
11 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
- .github/workflows/LinuxRelease.yml+1-6
- extension/parquet/include/parquet_file_metadata_cache.hpp+2-3
- extension/parquet/parquet_file_metadata_cache.cpp+15-11
- extension/parquet/parquet_multi_file_info.cpp+1-1
- src/common/enum_util.cpp+20
- src/common/settings.json+7
- src/common/types/row/tuple_data_collection.cpp+27-1
- src/execution/index/art/art.cpp+7-1
- src/execution/operator/join/physical_iejoin.cpp+180-82
- src/execution/operator/join/physical_range_join.cpp+11-6
- src/execution/operator/scan/physical_table_scan.cpp+1-1
- src/function/table/table_scan.cpp+3
- src/include/duckdb/common/enum_util.hpp+8
- src/include/duckdb/common/enums/cache_validation_mode.hpp+24
- src/include/duckdb/common/enums/database_modification_type.hpp-4
- src/include/duckdb/common/types/row/tuple_data_collection.hpp+4
- src/include/duckdb/execution/operator/join/physical_range_join.hpp+4
- src/include/duckdb/main/config.hpp+3
- src/include/duckdb/main/settings.hpp+13
- src/include/duckdb/storage/caching_file_system.hpp+6-3
- src/include/duckdb/storage/data_table.hpp+1-1
- src/include/duckdb/storage/external_file_cache_util.hpp+27
- src/include/duckdb/storage/table/data_table_info.hpp+3-1
- src/include/duckdb/storage/table/row_group_collection.hpp+2
- src/include/duckdb/storage/table/table_index_list.hpp+13-2
- src/include/duckdb/transaction/duck_transaction_manager.hpp+3
- src/include/duckdb/transaction/local_storage.hpp+2-1
- src/main/config.cpp+1
- src/main/settings/autogenerated_settings.cpp+7
- src/main/settings/custom_settings.cpp+2
- src/planner/binder/statement/bind_insert.cpp-4
- src/storage/CMakeLists.txt+1
- src/storage/caching_file_system.cpp+55-38
- src/storage/checkpoint/table_data_writer.cpp+4-3
- src/storage/checkpoint_manager.cpp+19
- src/storage/data_table.cpp+67-24
- src/storage/external_file_cache_util.cpp+48
- src/storage/local_storage.cpp+30-60
- src/storage/table/row_group_collection.cpp+22-24
- src/storage/table_index_list.cpp+49-21
- src/transaction/duck_transaction.cpp-1
- src/transaction/duck_transaction_manager.cpp+10-1
- test/api/test_reset.cpp+1
- test/configs/force_storage_restart.json+6
- test/configs/wal_verification.json+6
- test/logging/test_logging.cpp-18
- test/sql/constraints/foreignkey/test_fk_pk_multi_transaction_delete.test+26
- test/sql/index/art/storage/test_upsert_reclaim_space.test_slow+2
- test/sql/parallelism/interquery/concurrent_checkpoint_index_single_inserter.test_slow+95
- test/sql/parallelism/interquery/concurrent_checkpoint_wal_fk.test_slow+79
- test/sql/parallelism/interquery/concurrent_checkpoint_wal_index.test-59
- test/sql/parallelism/interquery/concurrent_checkpoint_wal_index.test_slow+102
- test/sql/parallelism/interquery/concurrent_checkpoint_wal_optimistic_index.test_slow+77
- test/sql/storage/constraints/foreignkey/foreign_key_persistent_memory_limit.test+2
- test/sql/storage/external_file_cache/external_file_cache_validate.test+77
- tools/shell/include/shell_state.hpp+9-2
- tools/shell/linenoise/include/linenoise.h+2-1
- tools/shell/linenoise/include/linenoise.hpp+23-4
- tools/shell/linenoise/include/terminal.hpp+3
- tools/shell/linenoise/linenoise-c.cpp+6-2
- tools/shell/linenoise/linenoise.cpp+41-15
- tools/shell/linenoise/rendering.cpp+35-6
- tools/shell/linenoise/terminal.cpp+12
- tools/shell/shell.cpp+45-21
- tools/shell/shell_command_line_option.cpp+5-5
- tools/shell/shell_metadata_command.cpp+6
- tools/shell/shell_renderer.cpp+1-1
- tools/shell/tests/test_command_line_arguments.py+10
0 commit comments