Comment 10 for bug 1279832

Revision history for this message
Nikhil Komawar (nikhil-komawar) wrote :

About DEFAULT_IMAGE_SIZE:

11:10:00 [ nikhil_k] So, it was decided to not do that
11:10:08 [ nikhil_k] we've gone back and forth on that with Mark
11:10:36 [ nikhil_k] it would be nice to have a param passed to change the page size and logic added to the client (Nova in this case)

---

The main reason being adding that huge load on the Glance database. The queries are not simple and with large number of metadata on the image, they will almost always be slow queries.

Seems like the intent of the bug is speed of the call, it might make sense to add such logic on the client side so that it's customizable per client (in this case Nova, in other cases Cinder, Ironic etc).

Hope it helps.