Home
last modified time | relevance | path

Searched refs:column (Results 1 – 18 of 18) sorted by relevance

/rocksdb-6.9/tools/rdb/
DAPI.md16 # 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/
Dformat.cc219 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/
D2015-10-27-getthreadlist.markdown10 …, we have put a sample output of `GetThreadList` into a table where each column represents a threa…
118column) 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.
D2016-04-26-rocksdb-4-5-1-released.markdown27 * 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…
D2016-09-28-rocksdb-4-11-2-released.markdown48column families. RepairDB now associates data with non-default column families using information e…
D2016-02-24-rocksdb-4-2-release.markdown18 …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 …
D2015-11-10-use-checkpoints-for-efficient-snapshots.markdown15column families, log files will be copied for the period covering the start and end of the checkpo…
D2017-06-29-rocksdb-5-5-1-released.markdown14 * Added DB::CreateColumnFamilie() and DB::DropColumnFamilies() to bulk create/drop column families.
D2017-05-26-rocksdb-5-4-5-released.markdown22 * Added DB::CreateColumnFamilie() and DB::DropColumnFamilies() to bulk create/drop column families.
D2017-12-19-write-prepared-txn.markdown25 …he WAL (write-ahead log) as well as to the memtable(s) (one memtable per column family); We reuse …
D2018-11-21-delete-range.markdown86 A third candidate is using a separate column family. This has similar problems
/rocksdb-6.9/docs/_sass/
D_react_header_nav.scss32 flex-flow: column nowrap;
85 flex-flow: column nowrap;
D_search.scss55 .algolia-docsearch-suggestion--subcategory-column .algolia-docsearch-suggestion--highlight {
60 .algolia-docsearch-suggestion--subcategory-column {
D_promo.scss3 flex-flow: column wrap;
/rocksdb-6.9/tools/advisor/test/input_files/
DLOG-02 …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
DLOG-12 …db_impl_compaction_flush.cc:1424] Calling FlushMemTableToOutputFile with column family [default], …
/rocksdb-6.9/
DHISTORY.md86 …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.
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.
[all …]
/rocksdb-6.9/examples/
Drocksdb_option_file_example.ini5 # section, and one TableOptions section for each column family.