nickgervasi / broken_record

MIT License
44 stars 14 forks source link

Don't load large amount of objects into memory. Load their ids instead. #14

Closed phanle closed 9 years ago

phanle commented 9 years ago

This is a simple version but can run to the risk of max packet size for a long query. We can improve after this.

phanle commented 9 years ago

Hey @nickgervasi I changed the code as per your comment. Have a look and let me know.

phanle commented 9 years ago

Bumped this.