Other News

Uncategorized

Authentication vs. Authorization

Featured White Paper(s) An Introduction to Workload Tuning Workload Tuning is just what it sounds like: tuning the performance of all processes that comprise a database workload in one… (read more) Featured Script dba3_fn_TableIdentityColumns_WithIdentCurrent_Article UDF, returns identity column names With Ident Current values for a designated table in the same database. Requires a paramete… (read more) Authentication vs. Authorization Authentication […]

Community

Bitmapset for PL/pgSQL

(Pavel Stehule) PostgreSQL has a nice functions for operations over bitmapset. A bitmapset is set of positive integers. It should be smaller than array, and, what is important for me. it support very fast test if some value is in set or not. PostgreSQL internally use this functions, but there are no