Open renecannao opened 7 months ago
This is a follow up from https://github.com/sysown/proxysql/issues/4507#issuecomment-2058089626 .
When using a stats user, In SQLite the stats schema becomes the main database. We should evaluate if it is possible to re-attach the stats schema as stats database too, in addition to main
stats
main
It seems possible to reattach the same schema multiple times
This is a follow up from https://github.com/sysown/proxysql/issues/4507#issuecomment-2058089626 .
When using a
stats
user, In SQLite thestats
schema becomes themain
database. We should evaluate if it is possible to re-attach thestats
schema asstats
database too, in addition tomain