Re: Efficient pagination with MongoDB and Wicket

2013-11-11 Thread Martin Grigorov
[1] so other people can reuse and optimize them. 1. https://github.com/wicketstuff/core On Sat, Nov 9, 2013 at 4:21 PM, Till Klocke wrote: > Hi! > > I'm trying to get an efficient pagination with MongoDB and Wicket working. > The problem with MongoDB is, that the skip ope

Re: Efficient pagination with MongoDB and Wicket

2013-11-09 Thread Adam Hammer
asics and then iterate on additional supported features, at it's core you only need a panel, some buttons and a repeating view, you can adapt the core to any query model/requirements. Hope that helps a bit. Adam On Sat, Nov 9, 2013 at 6:21 AM, Till Klocke wrote: > Hi! > > I'

Efficient pagination with MongoDB and Wicket

2013-11-09 Thread Till Klocke
Hi! I'm trying to get an efficient pagination with MongoDB and Wicket working. The problem with MongoDB is, that the skip operation can become really expensive on large datasets (basically every time you really need pagination). So the best practice for pagination in MongoDB is to make