- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
Upgrading a Production instance to Fuji may take unexpectedly long when you use a sub-production upgrade time as a guideline. The reason it is taking such a long time is because in clones to sub-production, by default, one or more big tables are excluded. The attachments tables and the logs table are just two examples of large tables that are excluded when cloning during an upgrade. Often this is done simply to get the clone to work, but if the upgrade tries to alter that table, the duration will be quite different from what was seen in the test.
In addition, online alters of large tables require a lot of temporary space on the database instance, which may also come as a surprise. In the logs you will see snippets similar to this one:
2015-05-03 16:11:54 (465) worker.6 worker.6 Online alter: CREATE TABLE tmp_s18935572491 like sys_email0031 |
Further symptoms are a heavy write to:
- sys_import_import_row
- sys_import_import_row_error
NOTE: This might even cause running out of disk space for on premise instances due to unexpected size of the creation of the temporary tables
To get a better idea of the time an upgrade will take you can do the following:
- Upgrade an instance that is comparable to the Production instance (amount of data etc.) and upgrade.
- Check the duration and the logs for log snippets regarding the online alters.
- Use this upgrade time as an estimate for the Production upgrade and keep an eye on the logs.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.