Hi everyone! I have Table A and Table B that match id’s with a one-to-many relationship (left join)
I’ve joined the tables. How do I get it to return different values on Table B for different columns (e.g., average, max, min, first, last). For reference, the data is stored in Amazon S3 (OpenSearch) and we’ve converted the data to SPICE to get better performance.
@rohit_SB do you still need help with this issue or were you able to find a solution? If you were able to find a solution could you share it with the community?
I have not been able to find a solution yet @duncan, however from asking a few people in other forums, QS does not offer the option to make custom queries if the dataset is stored in S3 and is converted to SPICE
Hi @ErikG Sadly, no. That’ll be an extra cost which is unlikely at the moment. I’ve instead taken a different approach and will try to learn to query from the backend, which is DocDB in our case.