Spyke

Replies

Comment on

De-facto memory leak

Using Couchbase as your eventual consistency database is perfect for this scenario. It's designed for this type of thing. Even if systems are offline for a few days they will queue up and replicate when they come back online. Cruise ships use it for this very reason.

Comment on

Advice on a Printer

Reply in thread

I second this. My first printer was a Mini and it's fantastic. Once it got dialed in I haven't had to touch it in 2 years. Work bought an Ender 3 and having used both, I greatly appreciate the Prusa more. You can't go wrong with a Prusa. I will only buy them going forward.

Comment on

De-facto memory leak

Reply in thread

Normally with XDCR you can specify which documents to replicate out of a bucket. It doesn't have to be the entire bucket. So if you had certain types (comments, upvotes, etc) then only those would sync when the target comes online.

I did check into Apache CouchDB, the open source upstream, and replication is there. We use Enterprise Couchbase at work and it's a dream but there are some tools that I use that only use Apache CouchDB (Inkdrop for example). It's worth looking into.

You reached the end