Hi.
In my solution I’m saving data to disk from several tables independently by chunks(eg by 1m row) than clear table.
I want to map new data on disk(to make new data visible on hdb) and I can use “\l hdb”, but in this case not all tables can be exist in partition at this moment and error will occur.
Looking any advice.