Tablespaces
Tablespaces
A common paradigm for optimizing performance in database systems is the use of tablespaces to organize disk layout.
Warning
Django does not create the tablespaces for you. Please refer to your database engine’s documentation for details on creating and managing tablespaces.
Declaring tablespaces for tables
A tablespace can be specified for the table generated by a model by supplying the db_tablespace
option inside the model’s clas