Skip to main content

flush_dragoman_cache

Function flush_dragoman_cache 

Source
pub fn flush_dragoman_cache(path: &Path) -> Result<usize>
Expand description

Delete all rows from the VRAIX-schema transport table in the dragoman cache at path and VACUUM to reclaim disk space. Call this after a successful stream_pidbox_to_sqlite import to prevent re-importing the same records on the next run. Returns the number of rows deleted.