WL#334: R-Trees for Multi-Key Indexes
Affects: Server-5.0
—
Status: Un-Assigned
Requested by Monty. Entered by Tom. ----- Date: Mon, 26 Nov 2001 04:41:14 +0200 (EET) To: Alexander BarkovCc: dev-private@mysql.com Subject: RTREE as a complex index Hi! >>>>> "Alexander" == Alexander Barkov writes: Alexander> Hello! Alexander> By the way, it seems one RTREE index could be used not only Alexander> for spatial searches but also instead of several BTREE indexes. Alexander> CREATE INDEX u ON dialup (user,tm); Alexander> CREATE INDEX t ON dialup (tm,user); Alexander> Advantage: Alexander> We can build only one RTREE index instead of having many Alexander> BTREE indexes. This significantly reduces space usage. Alexander> Disadvantage: Alexander> RTREE theoretically should be slower than appropriative BTREE, Alexander> but I don't know how much :-) Alexander> What do you think? I think this is an exellent idea. We should consider implement this in the near future. Regards, Monty
Copyright (c) 2000, 2024, Oracle Corporation and/or its affiliates. All rights reserved.