It's fully working if a bit slow.
We've been using it semi-frequently against iomad. I believe it passes moodle's integration+unit tests as well.
The only issue is that it is slow, and i haven't had the chance to try out optimisations suggested by cockroachdb engineers. They put their comments here: https://forum.cockroachlabs.com/t/feedback-request-compatibility-layer-for-moodle/3813/6. The primary issue pointed out is that serial normalization makes cockroachdb much slower, and I haven't spent the time looking at getting rid of it.
I haven't made any progress on getting it integrated as there's been a lack of response from moodle devs. I have another PR that can at least let me request code reviews.
I made an issue w/ cockroachdb as they would like to be compatible with most applications out of the box.
I think everyone would appreciate if you share what you're seeing on this issue here:
https://github.com/cockroachdb/cockroach/issues/44556
We've been using it semi-frequently against iomad. I believe it passes moodle's integration+unit tests as well.
The only issue is that it is slow, and i haven't had the chance to try out optimisations suggested by cockroachdb engineers. They put their comments here: https://forum.cockroachlabs.com/t/feedback-request-compatibility-layer-for-moodle/3813/6. The primary issue pointed out is that serial normalization makes cockroachdb much slower, and I haven't spent the time looking at getting rid of it.
I haven't made any progress on getting it integrated as there's been a lack of response from moodle devs. I have another PR that can at least let me request code reviews.
I made an issue w/ cockroachdb as they would like to be compatible with most applications out of the box.
I think everyone would appreciate if you share what you're seeing on this issue here:
https://github.com/cockroachdb/cockroach/issues/44556