Searched refs:oldest (Results 1 – 7 of 7) sorted by relevance
63 SnapshotImpl* oldest() const { assert(!empty()); return list_.next_; } in oldest() function147 return oldest()->unix_time_; in GetOldestSnapshotTime()155 return oldest()->GetSequenceNumber(); in GetOldestSnapshotSequence()
25 oldest = 5 variable in TimeSeriesData.AggregationOperator105 elif aggregation_op is self.AggregationOperator.oldest:
22 …icked covers a range whose last compaction time to the next level is the oldest, so the range will…24 … for the same effect. With this mode, we always pick the file covers the oldest updates in the lev…30 …s use case. In this mode, we will pick a file whose latest update is the oldest. It means there is…
50 So, we changed the L0->L1 picking algorithm to start from the oldest file and expand towards newer …
71 …ollection is performed during compaction: any valid blobs located in the oldest N files (where N i…106 …mnFamilyMetaData` now expose the file number of SST files as well as the oldest blob file referenc…110 …ons.periodic_compaction_seconds with options.max_open_files = -1. File's oldest ancester time and …112 * SstFileMetaData also returns file creation time and oldest ancester time.115 …s maintained and persisted in the MANIFEST between each SST file and the oldest non-TTL blob file …118 …new SST file and the oldest blob file referenced by the SST are propagated. For compactions, the l…124 …OldestFile(uint64_t* creation_time) to get the file_creation_time of the oldest SST file in the DB.570 * Add a new db property "rocksdb.estimate-oldest-key-time" to return oldest data timestamp. The pro…
1778 oldest_snapshot = snapshots.oldest()->GetSequenceNumber(); in VisibleToActiveSnapshot()
2741 oldest_snapshot = snapshots_.oldest()->number_; in ReleaseSnapshot()