Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Storing huge data in lobs is very inefficient. Making Oozie compress the data before storing will reduce size of data to be stored in lobs and help in reducing the time for queries. Also most databases like oracle, mysql support storing lob data in tablerow (inline) if the data is of smaller size. Inline storage has much better performance compared to outline storage (storage outside of tablerow)
Attachments
Attachments
Issue Links
- breaks
-
OOZIE-1603 cannot submit job to oozie on mysql
- Closed
- relates to
-
OOZIE-1548 OozieDBCLI changes to convert clob to blob and remove the discriminator column
- Resolved