As mentioned in a previous YugabyteDB Tip, we can view the recent releases of YugabyteDB via the web, an RSS feed, or […]
Read MoreView YugabyteDB Recent Releases from the Web, an RSS Feed or the Command Line
The list of the latest stable and preview releases of YugabyteDB can be found via the fabulous World Wide Web here: YugabyteDB […]
Read MoreGENERATED BY DEFAULT AS IDENTITY vs GENERATED ALWAYS AS IDENTITY
Identity columns in YugabyteDB automatically generate unique numbers for a column. They are defined using the GENERATED BY DEFAULT AS IDENTITY or […]
Read MoreSet a GUC (Grand Unified Configuration) Parameter to its Default Value
In YugabyteDB, GUC stands for Grand Unified Configuration. These are configuration parameters that control various aspects of the database system, such as […]
Read MoreMap a Table Row to the Tablet Leader Node
In a previous tip, we learned that in recent versions of YugabyteDB, we can use the YB_LOCAL_TABLETS system view to map table […]
Read More