A minimal Database Management System that prioritizes storage space usage and fast lookup/query times.
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
furdb_core/src/operations/table/insert_rows.rs
Line 22: UseBitVec::<u8, Msb0>::()
with a constant size (length of one row).