Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Not OP but for analytics use cases it is common to create new tables for each minute, hour, day or whatever granularity you collect data in. This makes it easier to aggregate later, you don't end up with extremely big tables, you can drop a subset of the data without affecting the performance of the table currently being written to etc..


That sounds like what table row partitioning is for, I thought all the major databases supported that?




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: