dbTalk Databases Forums  

VLDB: Linear and Random Access

comp.databases comp.databases


Discuss VLDB: Linear and Random Access in the comp.databases forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
hbdere
 
Posts: n/a

Default VLDB: Linear and Random Access - 06-05-2006 , 02:11 AM






Hello,

I hope this is the right place to ask a question about database
research... I am looking for a data structure that stores a set of
keys which supports the following features:

- can store sets larger than a few times the available RAM memory (say,
200GB) on second-level memory

- supports fast random access, i.e. the check if a given key is present,
without making assumptions about the distribution of queried keys

- supports fast linear access, i.e. for a another (large, but in-RAM) set
of keys, it can check if the keys are in the intersection

Keys are binary strings which are quite evenly distributed, i.e. it is
possible to calculate very smoothly distributed hash functions.

I try to stay way below disk latency time for linear access, and it would
be nice to reduce random access to one page read at most. I do think that
hash partitioning is the way to go, but I am not sure how to do the disk
layout, and whether an adapting layout is feasible (so that early linear
checks are cheap).

Thank you very much for any hints,
H.

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.