I installed a multi machine cluster using citus following this docs (1 coordinator, 2 nodes). After finish the installation guide I noticed that is created a citus schema besides default public schema. Also the default configuration pointing to public schema as default schema doesn't work at least I specify in the postgresql.conf file.
My question is in which schema should I work, Should i continue working in public schema or there is some particular configuration over citus schema?
Thanks in advance!