Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The tables feature is intended to be used concurrently by many users at the a time. Consistency is maintained by processing updates on a single table serially and blocking queries while the updates are being processed.  This is enforced with a very simple two lock system:

...