-
I have a PouchDB with millions of documents. Some documents are very small, some are very large.
When I replicate the database to Cloudant, I need to be smart about setting batch_size. Sometimes I …
-
### Environment (Node.js/browser/hybrid app/etc.)
Ionic (angular)
### Browser/platform (Chrome/FF/Safari/Edge/iOS/Android/etc.)
Android 4 & 5
### Adapter (IndexedDB/WebSQL/LevelDB/etc.)
IndexedDB…
-
Hello,
I'm getting popup message about error "Cannot read property 'toLowerCase' of null"
It happens if I create any tiddler with tag "$:/tags/Macro".
It looks like it is somehow related to t…
-
using "@cloudant/couchbackup":"2.0.0"
Hi I am trying to restore a earlier a sample database , _hitting 413 Request Entity Too Large: POST https://xxyyzz.cloudant.com/r_history/_bulk_docs - Error: t…
-
I'm attempting to use StackEdit with Cloudant, and have tried both a publicly writable and a private (API key/secret) database, but I get this same error regardless.
> Error 0: [Exception... "" nsres…
-
When using a `ViewMultipleRequest`, the individual queries are separated by a call to `add()`.
If no actual `add()` call is performed (the set of queries to be executed in this multiple request is …
-
### Issue
How PouchDb handles auth by default
### Info
- Environment: browser/hybrid app
- Platform: Chrome/FF/Edge/Android
- Server: CouchDB/Cloudant
I just want to know how pouchdb handle…
-
Cloudant is an IBM owned non-sql database, available in Bluemix and as on-premise version. It stores JSON documents (and possibly binary attachments) identified by a key and a revision number.
(https…
-
Version 2.8.0
Server Version: 1.0.2
Gson: 2.7
When calling:
`db.getAllDocsRequestBuilder().keys(docIds).includeDocs(true).build().getResponse().getDocsAs(JsonObject.class));`
and docIds con…
-
If "mydb" is already a database in my Cloudant (which can happen if the test suite or Internet crashes halfway through running), then it will fail again, since that first PUT "mydb" will return an err…