public interface TuningConfig
| Modifier and Type | Field and Description |
|---|---|
static AppendableIndexSpec |
DEFAULT_APPENDABLE_INDEX |
static long |
DEFAULT_AWAIT_SEGMENT_AVAILABILITY_TIMEOUT_MILLIS |
static boolean |
DEFAULT_LOG_PARSE_EXCEPTIONS |
static int |
DEFAULT_MAX_PARSE_EXCEPTIONS |
static int |
DEFAULT_MAX_ROWS_IN_MEMORY_BATCH
For batch ingestion, we want to maximize throughput by minimizing the number of incremental persists.
|
static int |
DEFAULT_MAX_ROWS_IN_MEMORY_REALTIME
For realtime ingestion, we want to balance ingestion throughput and query performance.
|
static int |
DEFAULT_MAX_SAVED_PARSE_EXCEPTIONS |
static boolean |
DEFAULT_SKIP_BYTES_IN_MEMORY_OVERHEAD_CHECK |
| Modifier and Type | Method and Description |
|---|---|
AppendableIndexSpec |
getAppendableIndexSpec()
The incremental index implementation to use
|
IndexSpec |
getIndexSpec() |
IndexSpec |
getIndexSpecForIntermediatePersists() |
long |
getMaxBytesInMemory()
Maximum number of bytes (estimated) to store in memory before persisting to local storage
|
default long |
getMaxBytesInMemoryOrDefault()
Maximum number of bytes (estimated) to store in memory before persisting to local storage.
|
int |
getMaxRowsInMemory()
Maximum number of rows in memory before persisting to local storage
|
PartitionsSpec |
getPartitionsSpec() |
static final boolean DEFAULT_LOG_PARSE_EXCEPTIONS
static final AppendableIndexSpec DEFAULT_APPENDABLE_INDEX
static final int DEFAULT_MAX_PARSE_EXCEPTIONS
static final int DEFAULT_MAX_SAVED_PARSE_EXCEPTIONS
static final int DEFAULT_MAX_ROWS_IN_MEMORY_BATCH
getMaxBytesInMemory().static final int DEFAULT_MAX_ROWS_IN_MEMORY_REALTIME
IncrementalIndex
instead of QueryableIndex, we cap the row count of in-memory data.static final boolean DEFAULT_SKIP_BYTES_IN_MEMORY_OVERHEAD_CHECK
static final long DEFAULT_AWAIT_SEGMENT_AVAILABILITY_TIMEOUT_MILLIS
AppendableIndexSpec getAppendableIndexSpec()
int getMaxRowsInMemory()
long getMaxBytesInMemory()
default long getMaxBytesInMemoryOrDefault()
PartitionsSpec getPartitionsSpec()
IndexSpec getIndexSpec()
IndexSpec getIndexSpecForIntermediatePersists()
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.