Lindorm CQL limits
Lindorm is highly compatible with Cassandra Query Language (CQL), but some CQL features are unsupported or behave differently. Review these limits before migrating data from Apache Cassandra or building applications with the wide table engine.
UDT, UDF, and UDA are not supported.
Materialized views are not supported.
Triggers are not supported.
SASI indexes are not supported.
Range deletion is not supported.
Batch operations are not supported.
Unsupported data types: Collections, Duration, and Counter.
Client access through Token-aware Policy is not supported.
Cassandra supports microsecond timestamps, while Lindorm supports millisecond timestamps. If you migrate data from open-source Cassandra to a Lindorm wide-table, do not write the writeTime of the data to Lindorm. Because microsecond timestamps are much larger than millisecond timestamps, Lindorm treats them as future times, which causes issues such as TTL, data deletion, and update errors.
For other limits, contact Lindorm technical support.