Open mcamou opened 10 years ago
Currently, fetch_all does a first query to get all the keys and then calls fetch_by_id for each query. We should get everything in a single query.
fetch_all
fetch_by_id
Currently,
fetch_all
does a first query to get all the keys and then callsfetch_by_id
for each query. We should get everything in a single query.