MMBase

Validation not limited to changed fields

Details

  • Type: Bug Bug
  • Status: Resolved Resolved
  • Priority: Minor Minor
  • Resolution: Fixed
  • Affects Version/s: None
  • Fix Version/s: 1.9.0
  • Component/s: Core
  • Description:
    Hide
    When a node validates, it validates all the fields in a node.
    Since validation means that the content of a field is retrieved (including huge blobs), any change on a binary node takes up unneeded resources for the 'uncahnged' fields (who generally do not need validation).
    It seems better for performance to only validate changed fields, or fields on a new node.
    Show
    When a node validates, it validates all the fields in a node. Since validation means that the content of a field is retrieved (including huge blobs), any change on a binary node takes up unneeded resources for the 'uncahnged' fields (who generally do not need validation). It seems better for performance to only validate changed fields, or fields on a new node.

Activity

People

Dates

  • Created:
    2007-03-23 17:09
    Updated:
    2007-06-21 09:35
    Resolved:
    2007-06-21 09:35