YugabyteDB Tips
  • Home
  • About
  • Featured Videos

Category: DDL

YugabyteDB Tips > DDL

Limit Access to Table Columns

Jim KnicelyAugust 4, 2023

In YugabyteDB’s YSQL api, securing columns from users or providing access to only a limited set of columns can be implemented via […]

Read More
Security

Add a Unique Key to a Materialized View

Jim KnicelyJuly 5, 2023

Materialized views in YSQL are relations that persist the results of a query. They can be created using the CREATE MATERIALIZED VIEW […]

Read More

Update Current Rows When Adding a Column with a Default

Jim KnicelyJuly 3, 2023

A table column in YSQL can have a default value. If an INSERT statement does not specify a value for the column, […]

Read More

Enforce Uniqueness Across Partitions (Option 1)

Jim KnicelyJune 18, 2023

Partitioning is another term for physically dividing large tables in YugabyteDB into smaller, more manageable tables to improve performance. Because partitioned tables […]

Read More

Create a Secondary Index on a Collection in YCQL

Jim KnicelyMarch 24, 2023

YCQL supports collection data types to specify columns for data objects that can contain more than one value. These include the following data […]

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