YugabyteDB Tips
  • Home
  • About
  • Featured Videos

Category: ysql

YugabyteDB Tips > ysql

Set Statement Timeout to Avoid Runaway Queries

Jim KnicelyFebruary 25, 2024

In YSQL establishing a statement timeout via the statement_timeout parameter restricts queries from exceeding a designated duration. This timeout can be configured […]

Read More

Suppress the Advisory Lock not implemented error in YSQL

Jim KnicelyFebruary 24, 2024

PostgreSQL provides a means for creating locks that have application-defined meanings. These are called advisory locks, because the system does not enforce their use […]

Read More

Simulate Synonyms in YSQL

Jim KnicelyFebruary 23, 2024

If you’ve worked with the Oracle database you know that a synonym is an alias for a schema object such as the tables, […]

Read More

Storing Pictures (i.e. JPGs) in YugabyteDB

Jim KnicelyJanuary 31, 2024

There’s an age old question asking is it better to store images offline in a file system or online inside a database […]

Read More

Execute a Bash script (Shell Script) from YugabyteDB

Jim KnicelyJanuary 22, 2024

Shell scripting is a powerful and versatile tool for working with databases and SQL. It can help you automate tasks, manipulate 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