YugabyteDB Tips
  • Home
  • About
  • Featured Videos

Category: Extensions

YugabyteDB Tips > Extensions

Generate a Random UUID in YSQL

Jim KnicelyJanuary 20, 2023

The UUID data type represents Universally Unique Identifiers (UUIDs). A UUID is a sequence of 32 hexadecimal digits separated by hyphens (8 digits […]

Read More

Column Level Public-Key Encryption in YSQL

Jim KnicelyDecember 29, 2022

The YugabyteDB YSQL API supports column-level encryption via the Postgres extension called pgcrypto. The pgcrypto module in PostgreSQL is a powerful tool […]

Read More
Encryption, Security

Store Key-Value Pairs in a Single Value with HSTORE

Jim KnicelyNovember 9, 2022

The Postgres extension hstore implements a new data type (HSTORE) for storing key-value pairs in a single value. The hstore data type […]

Read More

Query Data Between Databases In the Same Universe

Jim KnicelyOctober 23, 2022

Just as a single Postgres server process can manage multiple databases at the same time, Yugabyte allows you to create and manage […]

Read More

Enable Oracle’s Compatibility Functions and Packages in YSQL

Jim KnicelyApril 14, 2022

Are you migrating from Oracle to YugabyteDB? If so, Orafce is a very useful PostgreSQL Extension that allows you to implement some […]

Read More

Posts navigation

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