SSC-FDM-PG0005
UNLOGGED Table is not supported in Snowflake; data written may have different performance.
Description
PostgreSQL's UNLOGGED
tables offer a significant speed advantage by skipping write-ahead logging (WAL). However, their data isn't replicated to mirror instances. Snowflake doesn't support this functionality, so the UNLOGGED
clause will be commented out.
Code Example
Input Code:
Output Code:
Recommendations
If you need more support, you can email us at snowconvert-support@snowflake.com
Last updated