Skip to content

Index the hash field

It would be good, if the plugin does automatically creates an index for the hash field to improve performance by factors. On my tests the simple select to load an image from mysql went from 13 seconds to sub 0.001 seconds.

CREATE INDEX hash_index ON `provider-upload-mysql` (hash);

Edited by Christian Gmeiner