http://www.w3.org/ns/prov#value | - My knowledge is a little foggy around this number, and how indexes (indices?) are used.If I currently have a query like this:SELECT `id`,`field2`,`field3`,`field4`,`field5`,`field6` FROM `table_name` WHERE `id` = a numberin which table_name has an index on idThat runs on every page view, no matter if there is a row with that ID, would this be improved if I changed it to something like this? (simpl
|