Searched refs:column (Results 1 – 18 of 18) sorted by relevance
| /rocksdb-6.9/tools/rdb/ |
| D | API.md | 16 # column_families (string[]) - Names of additional column families 18 # column families, this argument can be 29 # column_family (string) - Which column family to check for the key. 31 # column family 45 # default column family. 58 # column family 69 # Print out all the key-value pairs in a given column family of the 74 # column family. 95 # Create a new column family for the database. 97 # column_family_name (string) - Name of the new column family. [all …]
|
| /rocksdb-6.9/utilities/cassandra/ |
| D | format.cc | 219 for (const auto& column : columns_) { in Size() local 220 size += column -> Size(); in Size() 240 for (const auto& column : columns_) { in Serialize() local 241 column -> Serialize(dest); in Serialize() 248 for (auto& column : columns_) { in RemoveExpiredColumns() local 259 new_columns.push_back(column); in RemoveExpiredColumns() 267 for (auto& column : columns_) { in ConvertExpiredColumnsToTombstones() local 279 new_columns.push_back(column); in ConvertExpiredColumnsToTombstones() 286 for (auto& column : columns_) { in RemoveTombstones() local 296 new_columns.push_back(column); in RemoveTombstones() [all …]
|
| /rocksdb-6.9/docs/_posts/ |
| D | 2015-10-27-getthreadlist.markdown | 10 …, we have put a sample output of `GetThreadList` into a table where each column represents a threa… 118 …column) and the other thread running a compaction job (right-most column). In each thread status,… 169 // The name of the column family where the thread is currently 171 // in any column family.
|
| D | 2016-04-26-rocksdb-4-5-1-released.markdown | 27 * ldb tool now supports operations to non-default column families. 60 …te_buffer_size triggers, only the column family with the largest column family size will be flushe…
|
| D | 2016-09-28-rocksdb-4-11-2-released.markdown | 48 …column families. RepairDB now associates data with non-default column families using information e…
|
| D | 2016-02-24-rocksdb-4-2-release.markdown | 18 …2. Add GetAggregatedIntProperty(), which returns the sum of the GetIntProperty of all the column f… 35 …esCollector() now takes an option Context, containing the information of column family ID for the …
|
| D | 2015-11-10-use-checkpoints-for-efficient-snapshots.markdown | 15 …column families, log files will be copied for the period covering the start and end of the checkpo…
|
| D | 2017-06-29-rocksdb-5-5-1-released.markdown | 14 * Added DB::CreateColumnFamilie() and DB::DropColumnFamilies() to bulk create/drop column families.
|
| D | 2017-05-26-rocksdb-5-4-5-released.markdown | 22 * Added DB::CreateColumnFamilie() and DB::DropColumnFamilies() to bulk create/drop column families.
|
| D | 2017-12-19-write-prepared-txn.markdown | 25 …he WAL (write-ahead log) as well as to the memtable(s) (one memtable per column family); We reuse …
|
| D | 2018-11-21-delete-range.markdown | 86 A third candidate is using a separate column family. This has similar problems
|
| /rocksdb-6.9/docs/_sass/ |
| D | _react_header_nav.scss | 32 flex-flow: column nowrap; 85 flex-flow: column nowrap;
|
| D | _search.scss | 55 .algolia-docsearch-suggestion--subcategory-column .algolia-docsearch-suggestion--highlight { 60 .algolia-docsearch-suggestion--subcategory-column {
|
| D | _promo.scss | 3 flex-flow: column wrap;
|
| /rocksdb-6.9/tools/advisor/test/input_files/ |
| D | LOG-0 | 2 …db_impl_compaction_flush.cc:1424] Calling FlushMemTableToOutputFile with column family [default], … 30 2018/05/25-14:34:21.049025 7f82bd676200 [db/db_impl.cc:331] [unknown] random log message no column …
|
| D | LOG-1 | 2 …db_impl_compaction_flush.cc:1424] Calling FlushMemTableToOutputFile with column family [default], …
|
| /rocksdb-6.9/ |
| D | HISTORY.md | 86 …ointers themselves instead of only the column family IDs when checking whether an API call uses th… 107 * A batched MultiGet API (DB::MultiGet()) that supports retrieving keys from multiple column famili… 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. 386 * Expose column family id to `OnCompactionCompleted`. 639 * Added DB::CreateColumnFamilie() and DB::DropColumnFamilies() to bulk create/drop column families. 759 …column families. RepairDB now associates data with non-default column families using information e… 805 * ldb tool now supports operations to non-default column families. [all …]
|
| /rocksdb-6.9/examples/ |
| D | rocksdb_option_file_example.ini | 5 # section, and one TableOptions section for each column family.
|