mbdavid / LiteDB.Studio

A GUI tool for viewing and editing documents for LiteDB v5
MIT License
781 stars 200 forks source link

SELECT count from a sample table throw OutOfMemoryException #64

Open sgf opened 2 years ago

sgf commented 2 years ago

i have about 35 million data in a sample table (only a string _id and a int value ) when im use SELECT count(*) FROM CodeTask LiteDB Studio throw OutOfMemoryException

LiteDB Studio v1.0.2.0

image