Package | Description |
---|---|
com.bigdata.journal |
The journal is an append-only persistence capable data structure
supporting atomic commit, named indices, and transactions.
|
Modifier and Type | Class and Description |
---|---|
static class |
BenchmarkJournalWriteRate.BenchmarkBlockBasedOptimium
Writes the same amount of data using large blocks on a pre-extended file
using pure sequential IO.
|
static class |
BenchmarkJournalWriteRate.BenchmarkSmallRecordOptimium
Writes the same amount of data, using
128 byte records on
a pre-extended file using pure sequential IO. |
static class |
BenchmarkJournalWriteRate.BenchmarkSustainedTransferOptimium
Writes the same amount of data using a single nio "write buffer"
operation on a pre-extended file.
|
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.