vlingo / xoom-symbio-jdbc

The VLINGO XOOM SYMBIO implementation for JDBC for Reactive storage using Event-Sourcing, Key-Value, and Object storage.
https://vlingo.io
Mozilla Public License 2.0
4 stars 12 forks source link

Replace JDBC Journal Timestamp PK with INCREMENT #19

Closed VaughnVernon closed 5 years ago

VaughnVernon commented 5 years ago

The UUID with timestamp is experimental and meant for YugaByte Postgres since increment/sequence won't scale globally. This implementation will be preserved for YugaByte but the core Postgres implementation will use an increment column.

VaughnVernon commented 5 years ago

Fixed by https://github.com/vlingo/vlingo-symbio-jdbc/compare/4e49430eb6d0...13b7a01d3333