Hello everyone,
I’m encountering a consistent delay with Couchbase Mobile in my SwiftUI app. Specifically, writes are causing subsequent reads to be delayed by several seconds, and this delay seems to be tied to the size of the database on disk.
Details:
- The delay is consistent after each write operation.
- Larger database sizes result in longer read delays.
- This behavior dramatically impacts the performance and user experience of the app.
Questions:
- Is this a known issue with Couchbase Mobile?
- Are there any recommended strategies to optimize the read performance after writes?
- Could the way I’m managing data in SwiftUI be contributing to this issue?
I’d appreciate any insights or suggestions you might have!
Thanks!
1 post - 1 participant