Home
last modified time | relevance | path

Searched refs:distribution (Results 1 – 8 of 8) sorted by relevance

/rocksdb-6.9/
DCOPYING56 The precise terms and conditions for copying, distribution and
72 Activities other than copying, distribution and modification are not
126 exercise the right to control the distribution of derivative or
131 a storage or distribution medium does not bring the other work under
144 cost of physically performing source distribution, a complete
151 allowed only for noncommercial distribution and only if you
166 If distribution of executable or object code is made by offering
169 distribution of the source code, even though third parties are not
208 refrain entirely from distribution of the Program.
218 integrity of the free software distribution system, which is
[all …]
DLICENSE.Apache11 and distribution as defined by Sections 1 through 9 of this document.
108 distribution, then any Derivative Works that You distribute must
126 for use, reproduction, or distribution of Your modifications, or
128 reproduction, and distribution of the Work otherwise complies with
DLICENSE.leveldb14 distribution.
DHISTORY.md881 * Add statistics::getHistogramString() to print detailed distribution of a histogram metric.
/rocksdb-6.9/docs/_posts/
D2015-11-16-analysis-file-read-latency-by-level.markdown16 … analysis latency distribution of file reads in different levels. If users turn DB statistics on, …
150 … from level 0 while issued 25 million reads from level 5. The latency distribution is also clearly…
/rocksdb-6.9/hdfs/
DREADME20 set CLASSPATH to include your hadoop distribution
/rocksdb-6.9/docs/
DLICENSE-DOCUMENTATION116 as reproduction, public display, public performance, distribution,
/rocksdb-6.9/tools/
Ddb_bench_tool.cc6647 std::normal_distribution<double> distribution(FLAGS_numdistinct / 2.0, in RandomReplaceKeys() local
6651 int64_t rnd_id = static_cast<int64_t>(distribution(generator)); in RandomReplaceKeys()