Jeremy Taylor
Jeremy Taylor
> cross product joins involving lower numbers e.g. ``` WITH systemCTE AS ( FROM GENERATE_SERIES(1,10000) AS system(_id) SELECT system._id AS _id, ROW_NUMBER() OVER (PARTITION BY system._id) AS rn ) FROM...
> an instant outside of our start of time and end of time Related https://github.com/xtdb/xtdb/issues/4149 - do we want/need to document those boundaries?
Related cards, for (1) expressions - #3306 and for (2) constant folding #3849
As a temporary workaround, is there some quick & easy way to make everything in the demo app 200% bigger? :slightly_smiling_face: (or likely much more complex workaround: the demo could...
Noting that a user on Discord recently reported trying to do this in an UPDATE and found that it causes an ingestion-stopped error: ``` INSERT INTO testing RECORDS {_id: 6,...
~~Dupe of https://github.com/xtdb/xtdb/issues/3242 (I think? if so, I don't mind which gets closed)~~
This is particularly confusing given that `_valid_from` (etc.) is quite typically queried alongside `*`: ```sql jdt=> SELECT *, _valid_from FROM docs; _id | foo | _valid_from -----+-----+--------------------------------- 1 | bar...
Jeremy Taylor / JUXT
Hi @ak-coram thanks for the report. AOT compilation may not be possible to support (speculating). How essential is it to your deployment? What are the motivations?
Thanks for the flagging this. The serde overheads aren't ideal, but doing it this way ensures that we have a single code path to maintain. If you're seeing it light...