abstratt / cloudfier

Cloudfier is a model-driven tool for rapid development of business applications
http://cloudfier.com
Other
22 stars 4 forks source link

blob handling is too slow #235

Open abstratt opened 7 years ago

abstratt commented 7 years ago

Blob handling in the prototype mode makes general data access too slow.

Reason is that we are storing the blobs alongside the structured data in a Json file.

Should store the raw content directly to the file system.