Hacker News new | ask | show | jobs
by kunalrgarg 924 days ago
Yeah, so far, we’ve found that this combination of the three APIs is a happy medium between reliability, simplicity, and API limit consciousness.
1 comments

I'm curious what's the biggest table you've tested on? Things start to get really interesting in Salesforce when your object has a million rows.
Yeah definitely agree, we had to rework our logic for these cases. We've worked with ~4 Million row objects. In general with our polling strategy syncs, the problem was more the size of each record. So a table with 1M rows but 400 fields was way more problematic than 2M of just 5 fields.