saintcore
saintcore
RRailway
Created by saintcore on 1/20/2024 in #✋|help
Postgres: 'NO_TS_TUNE' Var
I've migrated an existing service without any problems to the new database plugin (postgres). During migration a var called 'NO_TS_TUNE' (value 'true') was added automatically. When creating a new project from scratch and adding a database via plugin (once again postgres) this var isn't added by default. I'm wondering now a) what this var is doing and b) what the best practice is when hosting on railway. In regard of a) I've found the following (but this is related to timescaledb so I'm not sure if this is really correct here..) https://github.com/timescale/timescaledb-docker#notes-on-timescaledb-tune . From this text I assume I should always set 'NO_TS_TUNE' to true on railway ?
13 replies