Web3 Engineering Docs
  • 👋Welcome to the W3E docs
  • Overview
    • Product overview
    • 🤿Indexer
      • Database tables
      • Clickhouse queries (DBeaver)
      • Query Timeout
      • Duplicate rows
    • 🤿On-chain AI helper
    • 🤿Reliable SOL Yield
      • Staking SOL basics
    • 🤿Data Streaming Node
    • 🤿Consulting services
    • 🤿On-chain community
    • 🔑Contact info
Powered by GitBook
On this page
  1. Overview
  2. Indexer

Query Timeout

How to Increase Query Timeout in DBeaver?

If you experience long query execution times, you can increase the timeout setting in DBeaver:

  1. Open the Connection Editor for your database.

  2. Go to the Driver Properties section.

  3. Find Socket Timeout, which is measured in milliseconds by default.

  4. Increase the timeout value (e.g., to 120 seconds or more) to allow queries to run longer without timing out.

PreviousClickhouse queries (DBeaver)NextDuplicate rows

Last updated 1 month ago

🤿