YugabyteDB Tips
  • Home
  • About
  • Featured Videos

Category: API

YugabyteDB Tips > API

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

Set GUC Parameter Within the Scope of a Stored Procedure

Jim KnicelyJuly 28, 2023

PostgreSQL setting parameters are often called GUC, short for the name of the ‘Grand Unified Configuration scheme’ project that introduced them. Since […]

Read More

DOWNLOAD THE LATEST YSQL JDBC JAR FILE

Jim KnicelyJuly 25, 2023

The YugabyteDB JDBC smart driver is a JDBC driver for YSQL built on the PostgreSQL JDBC driver, with additional connection load balancing […]

Read More

Verify Effective Transaction Isolation Level in YSQL

Jim KnicelyJuly 20, 2023

Transaction isolation is foundational to handling concurrent transactions in databases. The SQL-92 standard defines four levels of transaction isolation (in decreasing order […]

Read More

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

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