This is a clustered table.
CREATE TABLE notifybookmarks ( userid INT UNSIGNED NOT NULL, qid INT UNSIGNED NOT NULL, PRIMARY KEY (userid, qid) )