My Notes

  • Docker UI problem

Meeting Notes

  • Add blurb to think twice before enabling custom IDs
    • Don’t know the quality of the UUIDs
    • Can have performance implications when querying
    • cost of inserting is very high (every insert has to scan all existing)
    • Want to preserve an external UUID?
      • add a new property for it with an index on it
    • We support it in case you’re migrating from a different data store… but it’s still not needed then.