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
Hi,
Maybe a dumb question - but nevertheless I have to ask it.
I'm on Django and PostgreSQL. I just tried architect and issued a architect partition --module my.models - and I was expecting that the concerning table was being changed to partitioned mode. But apparently this did not happen - the table seems to be unchanged.
So I guess, I'm missing something here: probably I have to change to table to partitioned mode (or better: recreate it) manually in the database and architect only handles the partitioning within the ORM on the Django side? Could you please clearify?
Thanks a lot,
Stephan
The text was updated successfully, but these errors were encountered:
Hi,
Maybe a dumb question - but nevertheless I have to ask it.
I'm on Django and PostgreSQL. I just tried architect and issued a
architect partition --module my.models
- and I was expecting that the concerning table was being changed to partitioned mode. But apparently this did not happen - the table seems to be unchanged.So I guess, I'm missing something here: probably I have to change to table to partitioned mode (or better: recreate it) manually in the database and architect only handles the partitioning within the ORM on the Django side? Could you please clearify?
Thanks a lot,
Stephan
The text was updated successfully, but these errors were encountered: