[development] User Status [WAS: User last access]

Khalid Baheyeldin kb at 2bits.com
Sun May 4 15:35:43 UTC 2008


One more -1 vote for bit masks stored in the database on columns
that need to be filtered by.

+1 on using an int or char(1) for each of the columns would be more
effective, since each discrete column can be used in WHEREs, ...etc.

The extra bytes overhead is negligible.

This is also more portable across databases and does not require
database specific functions.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.drupal.org/pipermail/development/attachments/20080504/507c1c42/attachment.htm 


More information about the development mailing list