YugabyteDB Tips
  • Home
  • About
  • Featured Videos

Author: Jim Knicely

YugabyteDB Tips > Articles by: Jim Knicely

Identify Tables without a Primary Key

Jim KnicelyApril 10, 2025

In YugabyteDB, just like in PostgreSQL, the YSQL API doesn’t require a primary key when creating a table. However, because YugabyteDB distributes […]

Read More

Fix Function uuid_generate_v4() Not Found After Installing uuid-ossp or similar Extension in YugabyteDB

Jim KnicelyApril 10, 2025

In PostgreSQL-compatible databases like YugabyteDB, object resolution—whether for functions, tables, or types—relies on the search_path setting. If an object (like a function) […]

Read More

Obfuscate Sensitive Data to Help Enforce Privacy and Compliance Regulations

Jim KnicelyApril 1, 2025

Organizations handling sensitive data must ensure that personally identifiable information (PII) is anonymized or pseudonymized to protect user privacy and avoid legal […]

Read More

YB-TServer and YB-Master can run on the same Node!

Jim KnicelyMarch 28, 2025

YugabyteDB operates with a two-server architecture: YB-TServers handle the data, while YB-Masters manage the metadata. But don’t be misled into thinking that […]

Read More

Measure Total Postgres Backend Usage 

Jim KnicelyMarch 19, 2025

In YugabyteDB, a PostgreSQL backend process refers to the individual processes that manage SQL client connections in a PostgreSQL-compatible way. Built on […]

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