/plushcap/analysis/datastax/datastax-tuple-and-udt-support-dse-search

Tuple and UDT support in DSE Search

What's this blog post about?

This blog post discusses how to use Tuple and User-Defined Types (UDTs) with Cassandra version 4.8 and later. It provides a step-by-step guide on creating CQL tables, inserting data, and querying UDT and Tuple fields using the {!tuple} query parser. The post also covers how to handle collections of UDTS/Tuple, nested UDTS or Tuples, and dynamic fields. Additionally, it explains how to modify existing schemas by removing unwanted fields. Finally, the post highlights two limitations when using UDTs and Tuples in DSE Search: they are read/written as a single block, not on a per-field basis, and there is no support for updating individual fields within a Tuple or UDT.

Company
DataStax

Date published
Oct. 23, 2015

Author(s)
Berenguer Blasi

Word count
1220

Hacker News points
None found.

Language
English


By Matt Makai. 2021-2024.