We have a table designed to retrieve products by name in ascending order.
OrganisationID and ProductType will be the compound partition key, whereas
the ProductName will be the clustering key. So, the primary key structure
is ((organisation_id, product_type), product_name) with clustering order
by(
Hi,
We have two doubts on cassandra 3.11 features:
1) Need to get counts of row from a cassandra table.
We have 3 node clusters with Apache Cassandra 3.11 version.
We loaded a table in cassandra with 9lakh records. We have around 91
columns in this table. Most of the records have text as datatyp