Maybe a stupid question but I usually install two instances of my postgres database in a master - slave architecture (like this, if you need more details).
When configuring hasura, though, I see only one environment variable carrying the url to the database (e.g. here).
From the documentation, I understand that my master-slave database is more or less overkill or useless. Is that really the case? I would expect hasura to somehow be able to redirect read queries to the slave and write commands to the master. Is that possible today? Is it planned for a future release?