YCQL supports collection data types to specify columns for data objects that can contain more than one value. One such type is […]
Read MoreYCQL supports collection data types to specify columns for data objects that can contain more than one value. One such type is […]
Read MoreWhen an index is created on a populated table, YugabyteDB automatically backfills the existing data into the index. In most cases, this […]
Read MoreThere are various configuration flags (called gFlags) for both YB-Master and YB-TServer nodes in a YugabyteDB universe. These gFlags allow you to […]
Read MoreBy default, inserts into a YCQL table overwrite data on primary key collisions. So INSERTs do an UPSERT. This an intended CQL […]
Read MoreYugabyteDB automatically splits YCQL user tables into multiple shards, called tablets, using a hash based strategy. You can see the tablets for a table via the […]
Read More