This is the issue I was looking to workaround: https://github.com/couchbase/couchbase-lite-android/issues/444
The performance to update or delete documents degrades quickly with larger databases. Here is the time to delete 200 documents at different database sizes: DB with 10000 documents, 14 seconds to delete 200 documents DB with 50000 documents, 81 seconds to delete 200 documents DB with 70000 documents, 114 seconds to delete 200 documents This is without replication running as well. Our data will generally be 40-70K documents on the tablet, and we have a few use cases where we need to delete or update 200 documents at a time, so I was looking to balance that over multiple databases. -james -- You received this message because you are subscribed to the Google Groups "Couchbase Mobile" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/mobile-couchbase/693ca60e-68b0-409a-8649-5a35275d50bb%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
