Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
1.3.0
-
None
-
Linux cluster
Description
Querying works as intended if the database is unsharded.
In my scenarios the database's shard key is not hashed, and is set to mongo's "_id" key.
Queries work correctly on a sharded database imported from 268M of tweet JSON, but fail to return rows on a sharded database imported from 218M of data structured like:
{ "data0":"an entry", "data1":"another entry", "data2":"whoah another" } { "data0":"an entry", "data1":"another entry", "data2":"whoah another" } { "data0":"an entry", "data1":"another entry", "data2":"whoah another" } { "data0":"an entry", "data1":"another entry", "data2":"whoah another" }