Frank Celler

Results 19 comments of Frank Celler
trafficstars

See also https://github.com/hashicorp/terraform-provider-googleworkspace/pull/409 for a bug-fix

What kind of binary data do you have in mind regarding the size? Do you have any opinion/ideas on how the Server / Client protocol should look like? JSON has...

I've to think about this: Storing very large files in the database seems will in principle work, but might not be as performant as storing such files on a local...

This is indeed a good argument. There are specialized distributed file-server out there, which will do a better job when dealing with files. For smaller files: yes, it should be...

I've discussed the issue with Martin: Da wir insgesamt versuchen Sachen effizient zu machen, sollten solche unstrukturierten grossen Dinge binär übertragen und dann auch binär gespeichert werden. Damit man mit...

To summarize: the implementation will: - add a new marker of for blobs. Blobs are like documents plus a binary attachment. Maybe someone finds a more suitable name than "blob"....

Yes, we decided to use a deticated collection because replication will be different for large blobs.  Am 21.08.2012 um 15:43 schrieb "Anders Elo" : Great news, although I'm little unsure...

Jan has started with the blob-collections. I think he will still need a few more days.

I assume that this is a feature of sharding? We should keep that use case in mind, when implementing sharding.