Versions Compared

Key

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

...

  • All three had list and read times that were essentially flat as the number of child objects grew
  • LevelDB and MySQL had roughly the same performance for creating objects, but PostgreSQL had better and more consistent performance
  • LevelDB and PostgreSQL MySQL both had increasingly erratic performance after around 45,000 child objects were created, while creating objects in PostgreSQL scaled linearly.

Using Auto-Generated Identifiers

...