Cloud Global

Cloud Global

Our mission is to provide clients with an online user community of industry peers and IBM experts, to exchange tips and tricks, best practices, and product knowledge. We hope the information you find here helps you maximize the value of your IBM Cloud solutions.

 View Only
  • 1.  Cloudant Changes Feed Polling

    Posted Tue May 31, 2022 09:59 AM
    Hi, 

    We are currently using a high amount of reads on the cloudant platform. We are constantly checking for changes, using the _changes feed using the following parameters:

    include_docs=true
    filter=monitor/personnel_prebooked
    feed=continuous
    heartbeat=5000

    We are using a massive amount of reads here and we're trying to understand why - our use case is that we are looking for changes on the platform and if we locate changes then we sync them locally.

    Right now we have around 6000-8000 systems running this sync and we're hitting several thousand reads a second which is absolutely excessive for the usage that I think we have here. 

    I've been led to believe that the changes feed is what we need but I need to drastically cut down the number of reads - where am I best to start? 

    Cheers 

    Chris

    ------------------------------
    Chris Boot
    ------------------------------


  • 2.  RE: Cloudant Changes Feed Polling

    Posted Tue June 07, 2022 03:26 AM
    Hi, is there anyone who can offer any tips with this?

    ------------------------------
    Chris Boot
    ------------------------------