Search Postgresql Archives
array vs bit fields for masking
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Hey. I'm new to postgresql. Impressive.
I am building an app with core tables in a central schema and user access via views in separate schemas. I have to manage versioning and system configuration at the row level. My initial thinking was to have a bit field for each quality: version BIT(20), config(20). Each view would mask based on those fields. Then (multi-dimensional) arrays crossed my mind. Any performance / maintainability thoughts in using arrays vs bit fields?
Thanks,
Chip
[Postgresql Jobs]
[Postgresql Admin]
[Postgresql Performance]
[Linux Clusters]
[PHP Home]
[PHP on Windows]
[Programming PHP]
[Kernel Newbies]
[PHP Classes]
[Find Someone Nice]
[PHP Books]
[PHP Databases]
[Postgresql & PHP]
[Yosemite]