add database index for node ids to increase performance
This commit is contained in:
@ -0,0 +1,5 @@
|
||||
-- CreateIndex
|
||||
CREATE INDEX `neighbour_infos_node_id_idx` ON `neighbour_infos`(`node_id`);
|
||||
|
||||
-- CreateIndex
|
||||
CREATE INDEX `nodes_node_id_idx` ON `nodes`(`node_id`);
|
Reference in New Issue
Block a user