juji-io / datalevin

A simple, fast and versatile Datalog database
https://github.com/juji-io/datalevin
Eclipse Public License 1.0
1.13k stars 63 forks source link

Expose more config options to users #197

Closed huahaiy closed 6 months ago

huahaiy commented 1 year ago

In case people want to config them.

For example, for KV DB, the number of DBIs, the number of readers, initial buffer size, buffer grow factors, and so on.

For client/server, the buffer size, on wire batch data size, connection pool size, connection timeout, and so on.

For search engine, the stop words list, the punctuation list, etc.