-1

The embedded mode only gives a DefaultCairoConfiguration which is completely different from server.conf, is there a proper way to configure embedded QuestDB in Java application?

1 Answers1

0

You can extend DefaultCairoConfiguration or implement CairoConfiguration. Alternatively, there is PropServerConfiguration, but it's not meant to be used in embedded API (yet, it's possible to do so).

The reference for the configuration parameters is available at https://questdb.io/docs/reference/configuration/

Javier Ramirez
  • 3,446
  • 24
  • 31