検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 14 for tablespace (0.027 sec.)
Tablespaces — Django 4.0.6 ドキュメント 14284
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ontents | Index | Modules « previous | up | next » Tablespaces ¶ A common paradigm for optimizing performance in ... database systems is the use of tablespaces to organize disk layout. 警告 Django does not cre ... ate the tablespaces for you. Please refer to your database engine's d ... ocumentation for details on creating and managing tablespaces. Declaring tablespaces for tables ¶ A tablespace ...
https://man.plustar.jp/django/topics/db/tablespaces.html - [similar]
Model index reference — Django 4.0.6 ドキュメント 10975
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... x ( * expressions , fields = () , name = None , db_tablespace = None , opclasses = () , condition = None , inclu ... , name='%(app_label)s_%(class)s_title_index') . db_tablespace ¶ Index. db_tablespace ¶ The name of the database ... se for this index. For single field indexes, if db_tablespace isn't provided, the index is created in the db_tab ... lespace of the field. If Field.db_tablespace isn't specified (or if the index uses multiple fie ...
https://man.plustar.jp/django/ref/models/indexes.html - [similar]
SchemaEditor — Django 4.0.6 ドキュメント 9172
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... table from old_db_table to new_db_table . alter_db_tablespace() ¶ BaseDatabaseSchemaEditor. alter_db_tablespace ... ( model , old_db_tablespace , new_db_tablespace ) ¶ Moves the model's table fr ... om one tablespace to another. add_field() ¶ BaseDatabaseSchemaEditor ... ) alter_index_together() alter_db_table() alter_db_tablespace() add_field() remove_field() alter_field() 属性 co ...
https://man.plustar.jp/django/ref/schema-editor.html - [similar]
Model Meta options — Django 4.0.6 ドキュメント 8507
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... effect. See the Oracle notes for more details. db_tablespace ¶ Options. db_tablespace ¶ The name of the databas ... e tablespace to use for this model. The default is the project' ... s DEFAULT_TABLESPACE setting, if set. If the backend doesn't support ta ... pp_label base_manager_name db_table Table names db_tablespace default_manager_name default_related_name get_late ...
https://man.plustar.jp/django/ref/models/options.html - [similar]
Django 1.7.2 release notes — Django 4.0.6 ドキュメント 8454
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ction ( #23455 and #23982 ). Enlarged the sizes of tablespaces which are created by default for testing on Oracl ... e (the main tablespace was increased from 200M to 300M and the temporary ... command on apps with migrations ( #24054 ). Added tablespace SQL to apps with migrations ( #24051 ). Corrected ...
https://man.plustar.jp/django/releases/1.7.2.html - [similar]
設定 — Django 4.0.6 ドキュメント 8314
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... specific setting. If it is set to False , the test tablespaces won't be automatically created at the beginning o ... tting. If set to True , Oracle Managed Files (OMF) tablespaces will be used. DATAFILE and DATAFILE_TMP will be i ... his is an Oracle-specific setting. The name of the tablespace that will be used when running tests. If not provi ... Oracle-specific setting. The name of the temporary tablespace that will be used when running tests. If not provi ...
https://man.plustar.jp/django/ref/settings.html - [similar]
モデルフィールドリファレンス — Django 4.0.6 ドキュメント 8052
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ンデックスがこのフィールドのために生成されます。 db_tablespace ¶ Field. db_tablespace ¶ The name of the database ... ndexed. The default is the project's DEFAULT_INDEX_TABLESPACE setting, if set, or the db_tablespace of the model ... , if any. If the backend doesn't support tablespaces for indexes, this option is ignored. default ¶ Fi ... nk choices Enumeration types db_column db_index db_tablespace default editable error_messages help_text primary_ ...
https://man.plustar.jp/django/ref/models/fields.html - [similar]
索引 — Django 4.0.6 ドキュメント 7964
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e() (BaseDatabaseSchemaEditor のメソッド) alter_db_tablespace() (BaseDatabaseSchemaEditor のメソッド) alter_fiel ... table (ManyToManyField の属性) (Options の属性) db_tablespace (Field の属性) (Index の属性) (Options の属性) db_ ... ting default_if_none template filter DEFAULT_INDEX_TABLESPACE setting default_lat (GeoModelAdmin の属性) (OSMWid ... fault_site (apps.SimpleAdminConfig の属性) DEFAULT_TABLESPACE setting default_zoom (GeoModelAdmin の属性) (OSMWi ...
https://man.plustar.jp/django/genindex.html - [similar]
Porting your apps from Django 0.96 to 1.0 — Django 4.0.6 ドキュメント 7877
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... l connection.ops.start_transaction_sql backend.get_tablespace_sql connection.ops.tablespace_sql backend.quote_na ... ion.features.supports_constraints backend.supports_tablespaces connection.features.supports_tablespaces backend. ...
https://man.plustar.jp/django/releases/1.0-porting-guide.html - [similar]
データベース — Django 4.0.6 ドキュメント 7824
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rivileges: CREATE USER ALTER USER DROP USER CREATE TABLESPACE DROP TABLESPACE CREATE SESSION WITH ADMIN OPTION C ...
https://man.plustar.jp/django/ref/databases.html - [similar]
PREV 1 2 NEXT