You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the database_config's field partition_by must refer to a lineage column. This could be generalized to allow all data types. The implementation effort should be marginal.
Yet, it is undecided whether we want to support that functionality.
Pro:
We can enable clearer and better to debug partitioning logic, which can be fine-tuned by a silo user.
Con:
While the code might not become more complicated, we still have a bigger surface for which we need testing
The text was updated successfully, but these errors were encountered:
Currently, the database_config's field
partition_by
must refer to a lineage column. This could be generalized to allow all data types. The implementation effort should be marginal.Yet, it is undecided whether we want to support that functionality.
Pro:
We can enable clearer and better to debug partitioning logic, which can be fine-tuned by a silo user.
Con:
While the code might not become more complicated, we still have a bigger surface for which we need testing
The text was updated successfully, but these errors were encountered: