IndexingConfig: { allowQueriesBeforeHistoricalSync: boolean; db: string; disableComposedb: boolean; enableHistoricalSync: boolean; maxConnectionPoolSize?: number }

Type declaration

  • allowQueriesBeforeHistoricalSync: boolean

    Allow a query only if historical sync is over.

  • db: string

    Database connection string.

  • disableComposedb: boolean

    Setting this to true allows a Ceramic node to start without indexing enabled

  • enableHistoricalSync: boolean

    Setting this to true allows a Ceramic node to sync historical data for actively indexed models

  • Optional maxConnectionPoolSize?: number

    Setting this will adjust the max connection pool size for postgres, default is 10. Values lower than 1 will be set to 1