aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapters/mysql2
diff options
context:
space:
mode:
authorJacob Evelyn <jevelyn@panoramaed.com>2018-10-15 15:00:07 -0400
committerJacob Evelyn <jevelyn@panoramaed.com>2018-11-13 09:37:20 -0500
commitbfc4d8be0a61b795ee122c5f426e0873938d0e41 (patch)
tree4c8c09a2c4a2a35b8681e89525909046d5a5071b /activerecord/test/cases/adapters/mysql2
parent82f2e9741fb075f209d6018de2777c0aab3a829c (diff)
downloadrails-bfc4d8be0a61b795ee122c5f426e0873938d0e41.tar.gz
rails-bfc4d8be0a61b795ee122c5f426e0873938d0e41.tar.bz2
rails-bfc4d8be0a61b795ee122c5f426e0873938d0e41.zip
Add support for UNLOGGED Postgresql tables
This commit adds support for the `ActiveRecord::ConnectionAdapters::PostgreSQLAdapter.create_unlogged_tables` setting, which turns `CREATE TABLE` SQL statements into `CREATE UNLOGGED TABLE` statements. This can improve PostgreSQL performance but at the cost of data durability, and thus it is highly recommended that you *DO NOT* enable this in a production environment.
Diffstat (limited to 'activerecord/test/cases/adapters/mysql2')
0 files changed, 0 insertions, 0 deletions