Gabriel Marinho
10/25/2024, 9:02 PMcollection: col_A
filter: id:* || $col_B(id: *)
but my request is being cancelled. I'm pretty sure that this is because each document in col_A
is referenced in thousands of documents in col_B
, so it's a too heavy request. I wonder if there's a way to limit the number of hits in a left join. Actually for my use-case, I just need to get the most recent joined documentHarpreet Sangar
10/26/2024, 5:22 AM