The YCQL shell (ycqlsh) is a CLI for interacting with YugabyteDB using YCQL. From within ycqlsh you can send output to a file […]
Read MoreThe YCQL shell (ycqlsh) is a CLI for interacting with YugabyteDB using YCQL. From within ycqlsh you can send output to a file […]
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 MoreThe transactions property of the CREATE TABLE command in YCQL specifies if distributed transactions are enabled in the table. This property defaults 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 More