Optional
collectionAdvanced & currently somewhat unstable features related to customizing spawned collections' ser/des behavior at a lower level.
Use with caution. See official DataStax documentation for more info.
Optional
mutateEnables an optimization which allows inserted rows/documents to be mutated in-place when serializing, instead of cloning them before serialization.
Stable. Will mutate filters & update filters as well.
See BaseSerDesConfig.mutateInPlace for more information.
false
Optional
tableAdvanced & currently somewhat unstable features related to customizing spawned tables' ser/des behavior at a lower level.
Use with caution. See official DataStax documentation for more info.
Overview
The config for table/collection serialization/deserialization options.
See TableSerDesConfig and CollectionSerDesConfig for more much information on the available options.
Such options include:
mutateInPlace
optimization for serializing rows/documentsDisclaimer
Some of these options are advanced features, and should be used with caution. It's possible to break the client's behavior by using these features incorrectly.
Unstable features are marked in the documentation as
@alpha
or@beta
, and may change in the future.See