I have loaded a file with 237,477 lines. Each line has a section on the line that reads trans=1 or trans=2 but when I run “select count(“trans”) from nodes” or “select sum(“trans”) from nodes” it returns 105,730
I am seeing some of my lines have the same time stamp. I am wondering if that is causing it. is there a way to do a line count to see how many lines are in the dataset in influx?