#1 2020-09-07 20:40:59

wxinix
Member
Registered: 2020-09-07
Posts: 121

Does mORMot support database table partition?

Some database have the "partitioning" feature - is this supported in mORMot?

https://dev.mysql.com/doc/refman/8.0/en … oning.html
https://www.postgresql.org/docs/10/ddl- … oning.html

Offline

#2 2020-09-07 21:55:37

ab
Administrator
From: France
Registered: 2010-06-21
Posts: 14,548
Website

Re: Does mORMot support database table partition?

If you create the table by hand, you can specify whatever partitioning you need.
Then use regular ORM methods to access the data.

Offline

Board footer

Powered by FluxBB