🦆
BlockDuck
  • BlockDuck
    • Introduce
    • Why BlockDuck
  • Getting Started
    • Quickstart
    • How to build
    • Try your first query
    • Supported Blockchains
  • Functionality
    • Basic EVM structure table function
      • Blocks
      • Transactions
      • Logs
      • Traces
      • Traces v2
      • Latest Block Number
    • Customized EVM contact table function
      • Contract Events
      • Contract view function
    • Bitcoin table function
      • Blocks
      • Transactions
      • Outputs
      • Inputs
    • Parameter Setting
      • Verbose logging
      • Configs setting
  • Types
    • Types Mapping between DuckDB and EVM
  • Examples
    • Python examples
      • Hourly ERC20 transfer volumn monitor page
Powered by GitBook
On this page
  1. Functionality
  2. Parameter Setting

Configs setting

How to use

You can use pragma which like:

pragma blockduck_set_configs('MAX_BLOCK_CNT_PER_FETCH', 100)

to update the configs of BlockDuck.

inputs

Args
Types

config name

VARCHAR

config value

BIGINT

Configs available for modification:

Config Name
Info

MAX_BLOCK_CNT_PER_FETCH

Define the maximum number of blocks that can be processed per scan in a table function.

MAX_HTTP_BATCH_CNT

Define the maximum number of HTTP requests that can be batch sent within a single HTTP request.

PreviousVerbose loggingNextTypes Mapping between DuckDB and EVM

Last updated 4 months ago