Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion write appending a file on a replicated file store
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Joe Armstrong  
View profile  
 More options Sep 4 2012, 2:36 am
From: Joe Armstrong <erl...@gmail.com>
Date: Tue, 4 Sep 2012 08:36:11 +0200
Local: Tues, Sep 4 2012 2:36 am
Subject: [erlang-questions] write appending a file on a replicated file store
Is write appending a file on a replicated file store
like dropbox or gdrive an inefficient operation?

I want to make a write-append only changelog on a replicated
store (like dropbox or gdrive)

Does anybody know if these stores handle write appends in an efficient manner.
The worse case would be that each new write append treats the new version of
the file as a totally new file and copies everything.

I have no idea if this is the case or not - does anybody know
if the entire file gets copied every time or just the increment?

If the entire file gets copied then I'd need some kind of incremental
system, create many small files, then occasionally merge them
has anybody done this?

Cheers

/Joe
_______________________________________________
erlang-questions mailing list
erlang-questi...@erlang.org
http://erlang.org/mailman/listinfo/erlang-questions


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.