Skip to content

Commit

Permalink
It's about time we had an index on the jars table.
Browse files Browse the repository at this point in the history
  • Loading branch information
ato committed Jul 28, 2012
1 parent 3aeb7df commit 53dfeca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions clojars.sql
Expand Up @@ -18,6 +18,8 @@ create table jars
homepage TEXT,
scm TEXT,
authors TEXT);

create index jars_idx0 on jars (group_name, jar_name, created desc);

create table deps
(id INTEGER PRIMARY KEY AUTOINCREMENT,
Expand Down

0 comments on commit 53dfeca

Please sign in to comment.