Skip to content
  • Annamalai Gurusami's avatar
    193b781b
    Bug #30178056 .IBD FILE GROWS INDEFINITELY FOR TABLES WITH BLOB COLUMNS · 193b781b
    Annamalai Gurusami authored
    Problem:
    
    When an update operation moved an externally stored LOB to an
    inline stored data, then the old LOB was not marked as purgeable.
    Because of this the purge thread was not freeing the old LOB
    data.
    
    Solution:
    
    Identify such updates and mark the LOB appropriately so that
    purge can free them.
    
    rb#22825 approved by Kuba Lopuszanski <jakub.lopuszanski@oracle.com>
    193b781b
    Bug #30178056 .IBD FILE GROWS INDEFINITELY FOR TABLES WITH BLOB COLUMNS
    Annamalai Gurusami authored
    Problem:
    
    When an update operation moved an externally stored LOB to an
    inline stored data, then the old LOB was not marked as purgeable.
    Because of this the purge thread was not freeing the old LOB
    data.
    
    Solution:
    
    Identify such updates and mark the LOB appropriately so that
    purge can free them.
    
    rb#22825 approved by Kuba Lopuszanski <jakub.lopuszanski@oracle.com>
Loading