Uploaded image for project: 'Nuxeo Platform'
  1. Nuxeo Platform
  2. NXP-20975

Make audit store non-scalar extended info as JSON instead of BLOB

    XMLWordPrintable

    Details

    • Type: Improvement
    • Status: Open
    • Priority: Minor
    • Resolution: Unresolved
    • Affects Version/s: None
    • Fix Version/s: QualifiedToSchedule
    • Component/s: Audit

      Description

      Currently when the Audit uses JPA/SQL (not the default anymore in 8.10), ExtendedInfoImpl uses a BLOB column to store extended info of unknown scalar type. It should attempt to use a simple JSON serialization stored in a TEXT column instead. This would be:

      • smaller
      • avoiding blobs and large objects on PostgreSQL
      • more debuggable

        Attachments

          Activity

            People

            • Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

              • Created:
                Updated: