gluent/goe

Backend partition controls do not support "do not partition"

Opened this issue · 0 comments

nj1973 commented

If an RDBMS table is partitioned there is no way to request the backend table is not partitioned.

We can only offer alternative partition columns. If we pass --offload-partition-columns empty then it defaults to the RDBMS side partition column(s).

This is probably low priority but something we should be able to easily support.