timescaledb-tune | tuning TimescaleDB for better performance | Time Series Database library
kandi X-RAY | timescaledb-tune Summary
kandi X-RAY | timescaledb-tune Summary
timescaledb-tune is a program for tuning a TimescaleDB database to perform its best based on the host's resources such as memory and number of CPUs. It parses the existing postgresql.conf file to ensure that the TimescaleDB extension is appropriately installed and provides recommendations for memory, parallelism, WAL, and other settings.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of timescaledb-tune
timescaledb-tune Key Features
timescaledb-tune Examples and Code Snippets
Community Discussions
Trending Discussions on timescaledb-tune
QUESTION
When i run command $ sudo timescaledb-tune
in my ubuntu 19.10 machine it prompt
could not execute pg_config --version
: exit status 1
i also tried $ sudo timescaledb-tune --conf-path=/etc/postgresql/11/main/postgresql.conf
but msg is same
can't understand what to do
...ANSWER
Answered 2020-May-01 at 17:07Timescale DB Tune uses pg_config
to discover the version of Postgres running on the machine.
You can use the -pg-config
flag to define the path to your pg_config or provide the Postgres version by using the -pg-version
flag.
Here are some more details on the flags, which you can find by running
$ timescaledb-tune -h
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install timescaledb-tune
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page