mrvautin/adminMongo

Dealing with large documents

开放

#55 创建于 2016年3月17日

 (8 条评论) (5 个反应) (0 位负责人)JavaScript (791 个派生)batch import
help wanted

仓库指标

星标
 (3,853 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

Hi!

First of all thanks, I have only just started looking at adminMongo but so far it looks great.

I have a database which has some collections that contain large documents (around 10Mb each) and this means that when you click on the collection it basically freezes.

I was wondering if there was any way to get around this?

I noticed that someone already asked about async loading of large documents (issue #18) but your reply was that this was out of scope, but it really would be a great feature.

Any ideas for workarounds in the meantime? E.g. set pagination to 1 for certain collections?

Best regards,

Eric

贡献者指南