Ask a Librarian

Threre are lots of ways to contact a librarian. Choose what works best for you.

HOURS TODAY

11:00 am - 3:00 pm

Reference Desk

CONTACT US BY PHONE

(802) 656-2022

Voice

(802) 503-1703

Text

MAKE AN APPOINTMENT OR EMAIL A QUESTION

Schedule an Appointment

Meet with a librarian or subject specialist for in-depth help.

Email a Librarian

Submit a question for reply by e-mail.

WANT TO TALK TO SOMEONE RIGHT AWAY?

Library Hours for Friday, April 26th

All of the hours for today can be found below. We look forward to seeing you in the library.
HOURS TODAY
8:00 am - 6:00 pm
MAIN LIBRARY

SEE ALL LIBRARY HOURS
WITHIN HOWE LIBRARY

MapsM-Th by appointment, email govdocs@uvm.edu

Media Services8:00 am - 4:30 pm

Reference Desk11:00 am - 3:00 pm

OTHER DEPARTMENTS

Special Collections10:00 am - 5:00 pm

Dana Health Sciences Library7:30 am - 6:00 pm

 

CATQuest

Search the UVM Libraries' collections

UVM Theses and Dissertations

Browse by Department
Format:
Print
Author:
Fuchs, Dennis E.
Dept./Program:
Computer Science
Year:
2004
Degree:
M.S.
Abstract:
This thesis introduces STHoles+, a new multidimensional histogram technique extended from the state-of-the-art STHoles technique. STHoles uses query feedback (i.e., the actual number of tuples returned by a query) and a flexible bucket layout to improve the accuracy of the histogram by avoiding wasting the limited memory on modeling infrequently queried regions of the data space (formed by the query attributes). STHoles+ improves STHoles by storing bucket location information more compactly, with the effect of increasing the selectivity estimation accuracy. Specifically, STHoles+ quantizes each coordinate of the bucket relative to the coordinate of the smallest enclosing bucket. Then it stores the quantized coordinates as the minimum-length binary numbers, which are more compact than full precision floating-point numbers. This quantization allows STHoles+ to trade some precision of histogram bucket locations for more efficient memory usage, thus increasing the number of histogram buckets that can be stored in the histogram, thereby making the histogram more accurate. Experimental results show that STHoles+ outperforms STHoles on various data distributions, query distributions, and other factors such as available memory size, quantization resolution, and dimensionality of the data space.