Postgresql – SQL table with thousands of columns
I need to store data(float) from 20,000 sensors once a second. I originally wanted to create the following tableļ¼ time sensor 1 sensor 2 ... sensor 20000 2024-09-06 13:00:00 1.2 5.3 .... 2.0 But then I found a table cannot…