Sciweavers

2956 search results - page 62 / 592
» Databases and Higher Types
Sort
View
SIGMOD
2007
ACM
134views Database» more  SIGMOD 2007»
15 years 10 months ago
Database research opportunities in computer games
In this paper, we outline several ways in which the database community can contribute to the development of technology for computer games. We outline the architecture of different...
Walker M. White, Christoph Koch, Nitin Gupta 0003,...
ICDE
2007
IEEE
164views Database» more  ICDE 2007»
15 years 4 months ago
An Integer Linear Programming Approach to Database Design
Existing index selection tools rely on heuristics to efficiently search within the large space of alternative solutions and to minimize the overhead of using the query optimizer ...
Stratos Papadomanolakis, Anastassia Ailamaki
ICDT
1999
ACM
99views Database» more  ICDT 1999»
15 years 2 months ago
Increasing the Expressiveness of Analytical Performance Models for Replicated Databases
The vast number of design options in replicated databases requires efficient analytical performance evaluations so that the considerable overhead of simulations or measurements can...
Matthias Nicola, Matthias Jarke
KDD
1995
ACM
216views Data Mining» more  KDD 1995»
15 years 1 months ago
Robust Decision Trees: Removing Outliers from Databases
Finding and removingoutliers is an important problem in data mining. Errors in large databases can be extremely common,so an important property of a data mining algorithm is robus...
George H. John
ESOP
2000
Springer
15 years 1 months ago
Type Classes with Functional Dependencies
Abstract. Type classes in Haskell allow programmers to define functions that can be used on a set of different types, with a potentially different implementation in each case. For ...
Mark P. Jones