Dear Wiki user, You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for change notification.
The following page has been changed by JanLehnardt: http://wiki.apache.org/couchdb/Frequently_asked_questions The comment on the change is: fix self inflicted conflict, add headline for unicode faq ------------------------------------------------------------------------------ Using an http proxy like nginx, you can load balance GETs across nodes, and direct all POSTs, PUTs and DELETEs to a master node. CouchDB's triggered replication facility can keep multiple read-only servers in sync with a single master server, so by replicating from master -> slaves on a regular basis, you can keep your content up to date. - ---- /!\ '''Edit conflict - other version:''' ---- - - ---- /!\ '''Edit conflict - your version:''' ---- - - ---- /!\ '''End of edit conflict''' ---- [[Anchor(why_no_mnesia)]] == Why Does CouchDB Not Use Mnesia? == @@ -129, +124 @@ CouchDB's data model and internal API map the REST/HTTP model so well that any other API would basically reinvent some flavour of HTTP. However, there is a plan to refactor CouchDB's internals so as to provide a documented Erlang API. [[Anchor(unicode_data)]] - + == Erlang has been slow to adopt Unicode. Is Unicode or UTF-8 a problem with CouchDB? == CouchDB uses Erlang binaries internally. All data coming to CouchDB must be UTF-8 encoded.
