enmap icon indicating copy to clipboard operation
enmap copied to clipboard

Update to the data format using the "path" column, just like @joshdb/sqlite .

Open eslachance opened this issue 4 years ago • 0 comments

Adding "path" means the following:

  • Find differences between existing and changed data and optimize for changes when doing queries (batches, perhaps?)
  • Have a ::NULL:: value for no path
  • Figure out how to do this all with serialize-javascript
  • Optimize all methods using paths, to... well, use paths.

eslachance avatar Jul 13 '21 16:07 eslachance