Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for change notification.
The "Frequently_asked_questions" page has been changed by DaveCottlehuber:
http://wiki.apache.org/couchdb/Frequently_asked_questions?action=diff&rev1=39&rev2=40
Comment:
update links for 1.1.1 due to changed Apache Mirror layout, and ready for 1.2.0
<<Anchor(what_is_couchdb)>>
== What is CouchDB? ==
- CouchDB is a document-oriented, Non-Relational Database Management Server (NRDBMS). The
[[http://incubator.apache.org/couchdb/docs/intro.html|Introduction]] and [[http://incubator.apache.org/couchdb/docs/overview.html|Overview]]
provide a high level overview of the CouchDB system.
+ CouchDB is a document-oriented, Non-Relational Database Management Server (NRDBMS). The
[[http://couchdb.apache.org/docs/intro.html|Introduction]] and [[http://couchdb.apache.org/docs/overview.html|Overview]]
provide a high level overview of the CouchDB system.
@@ -45, +45 @@
<<Anchor(what_platform)>>
== What Platforms are Supported? ==
- Most POSIX systems, this includes GNU/Linux and OS X.
+ * Most POSIX systems, this includes GNU/Linux and OS X.
+ * Windows is officially supported.
-
- Windows is not officially supported but it should work, please let us know.
-
-
<<Anchor(what_license)>>
== What is the License? ==
@@ -62, +59 @@
With node partitioning (done via your application logic), virtually unlimited. For a single
database instance, the practical scaling limits aren't yet known.
You may also look into [[http://tilgovi.github.com/couchdb-lounge/|couchdb-lounge]].
-
-
<<Anchor(how_sequences)>>
== How Do I Do Sequences? ==
@@ -128, +123 @@
<<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.
-
-
<<Anchor(transactions)>>
== How do I use transactions with CouchDB? ==
|