This is an automated email from the ASF dual-hosted git repository.
kishoreg pushed a commit to branch benchmark_forward_index
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git
The following commit(s) were added to refs/heads/benchmark_forward_index by
this push:
new cd415df minor changes
cd415df is described below
commit cd415df4db1fed0aac16f509c295db9d40e4754d
Author: kishoreg <[email protected]>
AuthorDate: Fri Apr 24 10:45:24 2020 -0700
minor changes
---
.../main/java/org/apache/pinot/perf/ForwardIndexBenchmark.java | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git
a/pinot-perf/src/main/java/org/apache/pinot/perf/ForwardIndexBenchmark.java
b/pinot-perf/src/main/java/org/apache/pinot/perf/ForwardIndexBenchmark.java
index 2ea4dfb..c2639f4 100644
--- a/pinot-perf/src/main/java/org/apache/pinot/perf/ForwardIndexBenchmark.java
+++ b/pinot-perf/src/main/java/org/apache/pinot/perf/ForwardIndexBenchmark.java
@@ -45,7 +45,7 @@ import org.apache.pinot.core.segment.memory.PinotDataBuffer;
public class ForwardIndexBenchmark {
- static int ROWS = 36_000_000;
+ static int ROWS = 1_000_000;
static int MAX_VALUE = 40000;
static int NUM_BITS = PinotDataBitSet.getNumBitsPerValue(MAX_VALUE);
static File rawFile = new File("/Users/kishoreg/fwd-index.test");
@@ -175,9 +175,9 @@ public class ForwardIndexBenchmark {
throws Exception {
generateRawFile();
generatePinotFwdIndex();
-// generatePFORIndex();
-// readRawFile();
+ generatePFORIndex();
+ readRawFile();
readPinotFwdIndex();
-// readBitPackedFwdIndex();
+ readBitPackedFwdIndex();
}
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]