Lines Matching refs:column

22 …base recovers to the most recent state without missing table file. Cross-column-family consistency…
61 …er_ between manifest switch and memtable switch (PR 6249) when number of column families is greate…
86 …ointers themselves instead of only the column family IDs when checking whether an API call uses th…
102 …ns while calling WriteLevel0TableForRecovery for multiple column families, leading to a column fam…
107 * A batched MultiGet API (DB::MultiGet()) that supports retrieving keys from multiple column famili…
160 * Fix a bug in file ingestion caused by incorrect file number allocation when the number of column
187 * Overload GetAllKeyVersions() to support non-default column family.
252 * Improve ColumnFamilyOptions validation when creating a new column family.
257 … unflushed column families will not be skipped after replaying the MANIFEST and increasing db sequ…
314 * Make DB ignore dropped column families while committing results of atomic flush.
339 * Support SST file ingestion across multiple column families via DB::IngestExternalFiles. See the f…
358 * Introduced DB option `atomic_flush`. If true, RocksDB supports flushing multiple column families …
386 * Expose column family id to `OnCompactionCompleted`.
397 …w that setting causes the compression type to be chosen according to the column family-wide compre…
576 …nsistency issue during point-in-time recovery. `DB:Open()` will abort if column family inconsisten…
639 * Added DB::CreateColumnFamilie() and DB::DropColumnFamilies() to bulk create/drop column families.
759column families. RepairDB now associates data with non-default column families using information e…
805 * ldb tool now supports operations to non-default column families.
827 …te_buffer_size triggers, only the column family with the largest column family size will be flushe…
832 * Add GetAggregatedIntProperty(), which returns the sum of the GetIntProperty of all the column fam…
838 …esCollector() now takes an option Context, containing the information of column family ID for the …
859 …elN", in which case it returns aggregated table properties of the target column family, or the agg…
938 * Potentially big performance improvements if you're using RocksDB with lots of column families (10…
948 * Fixed a bug where we start deleting files of a dropped column families even if there are still li…