madhavan-raja / furdb

A minimal Database Management System that prioritizes storage space usage and fast lookup/query times.
https://crates.io/crates/furdb
GNU General Public License v3.0
13 stars 0 forks source link

Use arrays with constant size when inserting rows #1

Open madhavan-raja opened 8 months ago

madhavan-raja commented 8 months ago

furdb_core/src/operations/table/insert_rows.rs Line 22: Use BitVec::<u8, Msb0>::() with a constant size (length of one row).