rafiki icon indicating copy to clipboard operation
rafiki copied to clipboard

Add support for CRDB

Open matdehaast opened this issue 2 years ago • 1 comments

Add support for Rafiki to be able to run against CRDB as a datastore. We previously had issues with knex migrations but that has potentailly be fixed by upgrading our knexjs version.

https://github.com/knex/knex/issues/2002

matdehaast avatar Aug 24 '22 07:08 matdehaast

You can follow the development from this branch. Unfortunately, Cockroach DB does not support SKIP LOCKED on the main branch (support starts at v22 but it's in alpha at the time of the writing). You can keep track of Cockroach releases and when v22 becomes stable, we can use it.

omertoast avatar Sep 20 '22 04:09 omertoast