Finding the best index ...

This commit is contained in:
Michael 2017-01-05 07:30:10 +00:00
parent 00d7835ba6
commit db1c6c06d6
1 changed files with 2 additions and 1 deletions

View File

@ -1078,9 +1078,10 @@ function db_definition($charset) {
"indexes" => array(
"PRIMARY" => array("id"),
"uid_hash" => array("uid", "hash"),
"uid_seen" => array("uid", "seen"),
"uid_seen_date" => array("uid", "seen", "date"),
"uid_type_link" => array("uid", "type", "link"),
"uid_link" => array("uid", "link"),
"uid_date" => array("uid", "date"),
)
);
$database["notify-threads"] = array(