-
Type:
Improvement
-
Resolution: Done
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Python mongo driver converts all strings to unicode. (For example, look at https://github.com/mongodb/mongo-python-driver/blob/master/bson/__init__.py#L111)
This conversion can cause performance issues. I think it is a good idea to make optional conversion to utf8 with the aim of performance improvement.