moonfire-nvr/db
Scott Lamb fbe1231af0 move open_id from recording_playback to recording
I want to be able to use it in etags without having to do a full scan of the
recording_playback in advance, which would greatly increase time to first
byte. I probably will even use it in urls to ensure the segments they point to
are stable. I haven't actually done this yet - it will wait until I implement
serving unflushed recordings - but I want to get the schema set up properly.
2018-02-28 20:52:43 -08:00
..
testdata initial split of database to a separate crate 2018-02-20 23:15:39 -08:00
Cargo.toml initial split of database to a separate crate 2018-02-20 23:15:39 -08:00
coding.rs initial split of database to a separate crate 2018-02-20 23:15:39 -08:00
db.rs fix flush_if_sec updates not hitting db 2018-02-23 14:49:10 -08:00
dir.rs make db::dir::Writer equally stubborn 2018-02-28 12:32:52 -08:00
lib.rs knob to reduce db commits (SSD write cycles) 2018-02-22 16:35:34 -08:00
raw.rs move open_id from recording_playback to recording 2018-02-28 20:52:43 -08:00
recording.rs initial split of database to a separate crate 2018-02-20 23:15:39 -08:00
schema.proto initial split of database to a separate crate 2018-02-20 23:15:39 -08:00
schema.rs initial split of database to a separate crate 2018-02-20 23:15:39 -08:00
schema.sql move open_id from recording_playback to recording 2018-02-28 20:52:43 -08:00
testutil.rs take FnMut closures by reference 2018-02-23 09:19:42 -08:00