I’m using Jedis 4.4.0-m2 and Redis Enterprise provided by Azure (Redis Cache for Redis Enterprise 12GB)
What is the (or is there a) practical limit to the number of data points one should add to a timeseries via ts.madd? My application will add thousands of data points per second so I’m batching the data up. Is sending a thousand at a time reasonable? 10K? 1M?