Use case won't work with limited queries?

So I would like to simply place an API in front of an InfluxDB instance, allowing a user to request a specific data point (using timestamp). Because the timestamp will 99% of the time be unique across requests, the responses cannot be cached.

Looking at Influx’s specs, very few queries are allowed, certainly not 1000s per second. So what is the correct way to do the above?

Thanks!

There’s nothing inherent to Influx that prevents executing thousands of queries per second. The performance may be effected, but you should try it (and tell us how it works for you).

:smiley: