* can be used to retrieve the value of all FalkorDB configuration parameters.
Frequently Asked Questions
How do I retrieve all configuration parameters at once?
How do I retrieve all configuration parameters at once?
Use the wildcard
* as the parameter name: GRAPH.CONFIG GET *. This returns all current FalkorDB configuration parameters and their values.What configuration parameters are available?
What configuration parameters are available?
Common parameters include
TIMEOUT (query timeout), CACHE_SIZE (execution plan cache size), THREAD_COUNT (worker threads), RESULTSET_SIZE (max result rows), and more. See the configuration page for the full list.Does GRAPH.CONFIG GET require any special permissions?
Does GRAPH.CONFIG GET require any special permissions?
Yes. The
GRAPH.CONFIG GET command typically requires administrative privileges to execute.What format does the response use?
What format does the response use?
The response is a nested array containing the parameter name and its current value. For example:
1) 'TIMEOUT_DEFAULT' 2) (integer) 0.