Skip to content

hypha.xml containing multiple entities / tables versus ACID #400

Description

@guidol-ive

The file hypoha.xml contains multiple entities:

  • HTML header
  • menu item records
  • user records
  • page records (reference to another file)
  • tag record

The update frequency of these entities varies:

  • HTML header, tags and menu items are seeded data for a site and typically never changes.
  • User records are reference data with maybe few changes per month.
  • Page records are transaction data.

The XML files are used like a database. The locking mechanism is not yet clear to me.

To improve concurrency and other elements of ACID, what were the reasons to combine these into one file?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions