Robert Shearman
9f487ba1de
msi: Optimise WHERE operations.
...
Optimise WHERE operations on matching against strings by adding a new
function find_matching_rows to the views, which eliminates the need to
examine every record when executing a query. Implement this function
in the table using a hash table on the ID stored in the data.
2006-03-20 12:03:04 +01:00
..
2006-03-20 12:01:43 +01:00
2006-01-11 21:12:06 +01:00
2006-03-09 12:50:59 +01:00
2005-11-02 11:42:56 +00:00
2005-11-03 11:35:11 +00:00
2005-11-03 09:56:29 +00:00
2005-11-14 12:29:10 +00:00
2005-11-02 14:24:21 +00:00
2006-01-03 17:35:41 +01:00
2006-01-30 14:56:52 +01:00
2006-03-20 12:03:04 +01:00
2006-02-24 11:21:59 +01:00
2006-03-20 12:03:04 +01:00
2006-01-03 12:12:09 +01:00
2006-02-22 22:15:26 +01:00
2005-12-21 21:19:47 +01:00
2005-09-28 10:13:18 +00:00
2006-01-24 14:00:32 +01:00
2006-03-20 12:03:04 +01:00
2006-01-03 12:12:15 +01:00
2006-01-11 21:12:06 +01:00
2005-09-19 17:00:58 +00:00
2005-04-11 13:01:46 +00:00
2005-09-19 14:29:49 +00:00
2005-05-04 09:52:47 +00:00
2006-03-15 11:32:18 +01:00
2005-11-21 12:01:19 +00:00
2005-09-18 12:26:22 +00:00
2006-02-06 13:04:40 +01:00
2006-01-03 12:10:09 +01:00
2006-03-15 11:32:18 +01:00
2006-02-22 11:32:58 +01:00
2006-03-20 12:03:04 +01:00
2006-01-10 12:09:11 +01:00
2006-03-20 12:03:04 +01:00
2006-01-23 17:30:31 +01:00
2005-09-20 11:57:19 +00:00
2005-05-31 13:20:09 +00:00
2005-11-02 14:24:21 +00:00
2005-11-30 12:02:06 +01:00
2005-08-10 13:02:43 +00:00
2006-03-20 12:03:04 +01:00
2006-02-22 22:15:41 +01:00
2006-02-07 16:24:51 +01:00
2005-11-02 14:24:21 +00:00
2005-10-26 10:10:50 +00:00
2006-03-20 12:03:04 +01:00
2005-05-29 20:08:12 +00:00
2006-03-20 12:03:04 +01:00
2005-09-20 11:57:19 +00:00
2005-05-23 09:49:50 +00:00
2006-03-20 12:03:04 +01:00