top | item 46094533

(no title)

slim | 3 months ago

I anticipate this will be used by UI frameworks to transmit a very long list of item ids selected by the user using check boxes. Which will cause suffering to the backend devs dealing with relational databases

discuss

order

culi|3 months ago

What do you mean by that? What's wrong with a simple

  WHERE id IN (id1, id2, id3, ...);

slim|2 months ago

it's very slow and resource consuming