Transactional Group Records Getting Stuck In Store & Forward

Consider switching to a DB brand that:

  1. Supports the SQL standard ON CONFLICT clause, or similar non-standard functions (aka UPSERT).

  2. Supports arrays in JDBC and the SQL standard UNNEST function to convert arrays to table-like objects.

( * Cough * PostgreSQL * Cough * )

1 Like