sql optimisation for affinity searches. A new index was added which wasn't added retro-actively to existing DBs as an update. It isn't clear if this helps sites any more than just restricting the abook table to certain channel_id's is (and this field is already indexed).
This commit is contained in:
@@ -29,6 +29,7 @@ CREATE TABLE "abook" (
|
||||
create index "abook_dob" on abook ("abook_dob");
|
||||
create index "abook_connected" on abook ("abook_connected");
|
||||
create index "abook_rating" on abook ("abook_rating");
|
||||
create index "abook_channel_closeness" on abook ("abook_channel", "abook_closeness");
|
||||
|
||||
CREATE TABLE "account" (
|
||||
"account_id" serial NOT NULL,
|
||||
|
Reference in New Issue
Block a user