What does log_cnt mean in the postgres sequence?
I was trying to figure out why the sequence number in my table is jumping exponentially, while that could be an issue in my API which I still have to figure out, I came across this query to find the current value of the sequence SELECT * from some_sequence It gives me a column named log_cnt . The value of this column keeps jumping around 30. I am not sure wh