- We have at least 3 different functions to write inodes
- PGO + Bolt instructions, build system
- Copy file
- test_tx_check_read_only
- test_tx_copy_file
- test_tx_copy_file_error_meta
- test_tx_copy_file_error_normal
- example_tx_copy_file
- Logging capabilities
- Replace NodeW.inodes with BTreeMap because woof - it does not scale. (Note: Shared CodSlice key with RefCell)
- Power failure testing
- Write failure testing (especially freelist reloading)
- Why do we need so much memory on large commits? Almost 3x the Go version
- Can we squeeze performance by moving the leaf keys all next to each other?
- Move tx stats in db.allocate to tx.allocate
- Rebalance could be a lot better
- Rework page size determination functions
- Centralize memory aligned bump allocation (BucketIApi.open_bucket)
- Proper error chaining (BucketIApi.api_delete_bucket)
- Bucket tests: test_bucket_get_capacity - allow editing values?
- CoerciblePage API needs cleanup and renaming
- Make setting overflow unsafe
- Use std IsAligned whenever it comes out
- test_tx_truncate_before_write
- Rework page size determination functions
- Log IO Errors
- test_db_open_initial_mmap_size
- test_open_recover_free_list
- test_db_concurrent_write_to
- test_db_close_pending_tx_rw
- test_db_close_pending_tx_ro
- test_db_update_panic
- test_db_view_panic
- test_db_batch_panic
- test_db_batch_full
- test_db_batch_time
- test_dbunmap
- benchmark_dbbatch_automatic
- benchmark_dbbatch_single
- benchmark_dbbatch_manual10x100
- Freelist.reload
- freelist_merge_with_exist
- Internal api call for getting the root page id and its page_node
- tx_stats_test.go
- simulation_test.go
- simulation_no_freelist_sync_test.go
- manydbs_test.go
- db_whitebox_test.go
- allocate_test.go
- tests/failpoint/db_failpoint_test.go
- internal/tests/tx_check_test.go
- internal/surgeon/surgeon_test.go
- internal/surgeon/surgeon.go
- internal/surgeon/xray_test.go
- internal/surgeon/xray.go
- internal/guts_cli/guts_cli.go
- internal/btesting/btesting.go
- cmd/bbolt/main_test.go
- cmd/bbolt/main.go
- cmd/bbolt/page_command.go
- cmd/bbolt/surgery_command_test.go
- cmd/bbolt/surgery_command.go