B+ tree: How to obtain key from value
From: Dimitry <dmytro.bablinyuk_at_gmail.com>
Date: Fri, 13 Jul 2007 09:53:49 -0000
Message-ID: <1184320429.344048.246990_at_e9g2000prf.googlegroups.com>
I am looking for solution (technique) that will allow me, while using traditional B+ tree, to obtain key from value without creating "reversed" table. Some overhead is acceptable but not "reversed" table. Looping is also not an option.
Date: Fri, 13 Jul 2007 09:53:49 -0000
Message-ID: <1184320429.344048.246990_at_e9g2000prf.googlegroups.com>
I am looking for solution (technique) that will allow me, while using traditional B+ tree, to obtain key from value without creating "reversed" table. Some overhead is acceptable but not "reversed" table. Looping is also not an option.
Thank you Received on Fri Jul 13 2007 - 11:53:49 CEST