Skip to content

[QUESTION] What's the feasibility of something like GridFS (from mongo) for entities greater then 1MB? #696

@rstuart85

Description

@rstuart85

MongoDB has implemented a feature called GridFS for all of their drivers. It overcomes the 16MB BSON-document size limit. The Python code is here.

The 1MB limit on entities can be an issue in some applications and a feature like GridFS would be a great way to overcome that. Is such a feature something that could live in this project?

Metadata

Metadata

Assignees

Labels

api: datastoreIssues related to the Datastore API.

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions