Redis – Performance of incrementing counters in YugabyteDB YSQL
I have 1,000 components each has a separate table row that it update every 10 seconds. I currently use redis with HSET and HGET. Is it reasonable to use ysql for this? Will frequent updates create bloat? Is automatic full…