KxDataviewSegmentConfiguration
The configuration that contains the database path of the data that you want to place on each selected volume. Each segment must have a unique database path for each volume. If you do not explicitly specify any database path for a volume, they are accessible from the cluster through the default S3/object store segment.
Types
Properties
Link copied to clipboard
Enables on-demand caching on the selected database path when a particular file or a column of the database is accessed. When on demand caching is True, dataviews perform minimal loading of files on the filesystem as needed. When it is set to False, everything is cached. The default value is False.
Link copied to clipboard
The name of the volume where you want to add data.
Functions
Link copied to clipboard
inline fun copy(block: KxDataviewSegmentConfiguration.Builder.() -> Unit = {}): KxDataviewSegmentConfiguration