[][src]Type Definition eyros::Location

type Location = (u64, usize);

Stores where a record is stored to avoid additional queries during deletes. Locations are only valid until the next batch(). There is no runtime check yet to ensure that batches will invalidate existing locations, so you will need to be careful of this yourself. Otherwise the wrong data could be deleted.