limit of 1000 rows for simple http/rest query results?
29 views
Skip to first unread message
trail2peak
unread,
Jan 27, 2012, 10:23:43 AM1/27/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mongodb-user
Is there a way to increase the limit for number of rows returned by
the simple HTTP interface REST queries? It seems to be currently
capped at 1000 rows. I assume going with the more full featured
REST api (sleepymogoose) is an option, but wanted to first check and
see if there was a simple option to change limits on the REST
interface.
thanks!
Barrie
unread,
Jan 27, 2012, 12:03:56 PM1/27/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mongodb-user
Hey there,
The REST interface is meant to be used for debugging and diagnostics.
You should probably look at using a third party solution like sleepy
mongoose.