Hello.
I have connected the application to an Oracle DB which has quite a few schemas - about 34 with a total of 30k + tables, many of which are not needed for analysis.
However, there is no way of specifying which schema I would like to access, hence all the tables in all the schemas are synced.
I would like to know If there are any implications if I manually delete the schemas which are not needed for analysis.
I am using Postgres 14.1 on docker.
Thanks