Hello everyone!
Hello everyone!
I am new to Neon and was wondering if there are real benefits of using unlogged tables compared to normal tables taking into account Neon's architecture.
Is there as much difference compared to a normal server when using unlogged vs normal tables?
Thank you!
2 Replies
rival-black•6mo ago
Hi @randomdude_6971 If you're using Neon's scale-to-zero feature, please be aware that unlogged tables do not survive compute restarts. You can disable scale-to-zero on Neon's paid plans, however. For other considerations, please see: https://neon.tech/docs/reference/compatibility#unlogged-tables
Neon
Postgres compatibility - Neon Docs
Neon is Postgres. However, as a managed Postgres service, there are some differences you should be aware of. Postgres versions. Neon supports Postgres 14, 15, 16, 17. You can select the Postgres versi...
automatic-azure•6mo ago
Hi @Daniel thank you!