YugabyteDB Tips
  • Home
  • About
  • Featured Videos

Category: YCQL

YugabyteDB Tips > API > YCQL

Create Tables in YCQL with Distributed Transactions Enabled by Default

Jim KnicelyJanuary 19, 2023

The transactions property of the CREATE TABLE command in YCQL specifies if distributed transactions are enabled in the table. This property defaults to […]

Read More

Avoid Upsert in YCQL

Jim KnicelyDecember 2, 2022

By default, inserts into a YCQL table overwrite data on primary key collisions. So INSERTs do an UPSERT. This an intended CQL […]

Read More

List Tablet Details for a YCQL Table From the Command Line

Jim KnicelyDecember 2, 2022

YugabyteDB 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

Execute DDL Security Statements in YCQL

Jim KnicelyNovember 15, 2022

In the YugabyteDB’s YCQL API, DDL security statements are instructions for managing and restricting operations on the database objects. Examples: Create, grant, […]

Read More

Posts navigation

Older posts
Newer posts

NOTICE

This site is not affiliated, endorsed or associated with YugabyteDB. This site makes no claims on ownership of trademark rights. The author contributions on this site are licensed under CC BY-SA 3.0 with attribution required.

Find Us

Address
Here!

Hours
24×7

Recommended YugabyteDB Links

  • Home
  • Key Concepts
  • Docs
  • Blog
  • Forum
  • Content Library
  • Support



YugabyteDB Tips

Copyright 2025 - Knicely/Li