onemoredata / bagger

Massive log storage in PostgreSQL
BSD 2-Clause "Simplified" License
12 stars 1 forks source link

standardize database entity names on singular forms #92

Closed einhverfr closed 10 months ago

einhverfr commented 11 months ago

Most of our db names right now are plural forms, but some are singular. This is confusing and leads to bugs.

It is also a lot less cognitive load to use singular names in return types for functions, so we should standardize on singular.

The exception may be a "data" table type for storage since one document is plural amounts of datums.