[openstack-dev] [Ceilometer][Horizon] The future or pagination

2013-11-13 Thread Julien Danjou
Hi, We've been discussing and working for a while on support for pagination on our API v2 in Ceilometer. There's a large amount that already been done, but that is now stalled because we are not sure about the consensus. There's mainly two approaches around pagination as far as I know, one being

Re: [openstack-dev] [Ceilometer][Horizon] The future or pagination

2013-11-13 Thread John Dickinson
Swift uses marker+limit for pagination when listing containers or objects (with additional support for prefix, delimiters, and end markers). This is done because the total size of the listing may be rather large, and going to a correct page based on an offset gets expensive and doesn't allow

Re: [openstack-dev] [Ceilometer][Horizon] The future or pagination

2013-11-13 Thread Lyle, David
(not for usage questions) Subject: Re: [openstack-dev] [Ceilometer][Horizon] The future or pagination Swift uses marker+limit for pagination when listing containers or objects (with additional support for prefix, delimiters, and end markers). This is done because the total size of the listing may