Better type support for _id when importing
I was importing a dataset with _id type as integer, I did not think about that some of my _id's where larger than int32 and got confused when they hade type "String" in the database. When importing and the size of the _id is larger than an int32 it would be more logical to change the type to "int64" instead of "String"
1
vote
Anonymous
shared this idea