Difference between revisions of "Data definition language (DDL)"
Jump to navigation
Jump to search
(One intermediate revision by the same user not shown) | |||
Line 8: | Line 8: | ||
== Related == | == Related == | ||
* [[DDLs]] | * [[DDLs]] | ||
+ | * [[MariaDB]]: DDL Fast Fail - [[WAIT]]/[[NOWAIT]] | ||
[[AWS DMS]] | [[AWS DMS]] | ||
Line 13: | Line 14: | ||
2022-02-11T14:13:33 [SOURCE_UNLOAD ]W: Value of column 'raw_data' in table 'YOUR_TABLE' was truncated to 32768 bytes, actual length: 36462 bytes (postgres_endpoint_unload.c:1064) | 2022-02-11T14:13:33 [SOURCE_UNLOAD ]W: Value of column 'raw_data' in table 'YOUR_TABLE' was truncated to 32768 bytes, actual length: 36462 bytes (postgres_endpoint_unload.c:1064) | ||
+ | |||
+ | |||
+ | INFO [alembic.runtime.migration] Will assume [[transactional]] DDL | ||
== See also == | == See also == |
Latest revision as of 11:34, 17 November 2022
wikipedia:Data definition language
Related[edit]
2022-02-28T10:37:31 [TARGET_APPLY ]W: Failed to get DDL template. Action: 1, table: 'YOUR_TABLE' id :'86 (cloud_imp.c:2648)
2022-02-11T14:13:33 [SOURCE_UNLOAD ]W: Value of column 'raw_data' in table 'YOUR_TABLE' was truncated to 32768 bytes, actual length: 36462 bytes (postgres_endpoint_unload.c:1064)
INFO [alembic.runtime.migration] Will assume transactional DDL
See also[edit]
- InfluxDB,
/etc/influxdb/influxdb.conf
, DDL, DML,Influx
,influx --help
,/var/lib/influxdb/
,/etc/influxdb/influxdb.conf
- SQL, NewSQL, RDMS: GraphQL (2015), SQLite,
select, insert
,select count
, Distributed SQL, TablePlus, Cache hit ratio,pg_stat_user_tables
,EXPLAIN
, Index (PostgreSQL), DDL, SQL/MED, Group by, List users, SQL Injection, SQLAlchemy,CREATE USER, CREATE ROLE, EXPLAIN, ALTER DATABASE, REVOKE, NOLOCK, NOWAIT, EXISTS
, Unique constraint,.sql
Advertising: