Versions Compared

Key

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

...

The use of regex potentially results in full table scans (as each node's xpath needs to be compared against the regex), severely impacting performance, and causing query time duration to grow linearly with the fragment table size (i.e. queries get slower as the database gets bigger).

...