Results 24 comments of Dan Stone

related [#324](https://github.com/xtdb/xtdb/issues/2203)

If you are managing id generation outside of relic (using random-uuid or an id counter or something) then I'd agree this isn't in scope. However, for cases where the id-counter...

Was looking at equality / comparison, brought up the problem of differing representations and comparison. https://github.com/xtdb/core2/blob/master/doc/adr/0034-interval.adoc

> the conversion/comparison decisions then remain in Arrow space rather than SQL, especially given that SQL doesn't permit comparisons between YEAR_MONTH and DAY_TIME. I'd use this as reason to say...

> if no SQL type can map into a MDN with non-zero months In XTDB right now you can derive MONTH_DAY_NANO with arithmetic, e.g do `1 YEAR + 1 DAY`....

Sorry, I meant option C in regards to simply disallowing comparison - perhaps some middle ground. All arrow, field-wise equality - disabled comparison. If you want to compare as a...

Going to park this temporarily while I await type representation work for schema inference

Just a quick note to say this is unblocked now as far as I can tell. We do need to decide how best to model CAST as a function in...

I would be very keen to see this, I have no immediate plans for it so if you want to get ahead and make a PR I would very much...

It goes without saying that a lot of the gnarly concurrency control stuff would disappear under cljs, so would most likely be a lot simpler.