I\'m just about to write a query that includes a WHERE isok=1. As the name implies, isok is a boolean field (actually a TINYINT(1) UNSIGNED>
WHERE isok=1
isok
TINYINT(1) UNSIGNED>
Actually this depends on queries you run. But, generally yes, as well as indexing a field of any other type.