Open Access. Powered by Scholars. Published by Universities.®
Databases and Information Systems Commons™
Open Access. Powered by Scholars. Published by Universities.®
- Discipline
-
- Computer Engineering (6)
- Engineering (6)
- Systems Architecture (5)
- Computer and Systems Architecture (3)
- Theory and Algorithms (3)
-
- Data Science (2)
- Digital Communications and Networking (2)
- Information Security (2)
- Numerical Analysis and Scientific Computing (2)
- Social and Behavioral Sciences (2)
- Software Engineering (2)
- Statistics and Probability (2)
- Applied Behavior Analysis (1)
- Applied Mathematics (1)
- Business (1)
- Business Analytics (1)
- Experimental Analysis of Behavior (1)
- Graphics and Human Computer Interfaces (1)
- Health Psychology (1)
- Logic and Foundations (1)
- Mathematics (1)
- Multivariate Analysis (1)
- Other Computer Sciences (1)
- Probability (1)
- Programming Languages and Compilers (1)
- Psychology (1)
- Public Affairs, Public Policy and Public Administration (1)
- Keyword
-
- Database management (11)
- Data mining (5)
- Information Theory (3)
- Information retrieval (3)
- Multivariate analysis discrete multivariate modeling (3)
-
- Probabilistic graphical modeling (3)
- Reconstructability Analysis (3)
- Cybernetics (2)
- Database design (2)
- Distributed databases (2)
- Forest Park (Portland Or.) (2)
- Fourier transformations (2)
- Information retrieval -- Technological innovations (2)
- Information technology -- Management (2)
- Metadata (2)
- Metadata -- Analysis (2)
- System theory (2)
- User interfaces (Computer systems) -- Design (2)
- Wilderness areas -- Oregon -- Portland Metropolitan Area -- Recreational use (2)
- Access Control (1)
- Big data (1)
- Big data -- Government policy (1)
- Capstone project (1)
- Cloud computing (1)
- Computer multitasking (1)
- Computer networks -- Quality control (1)
- Computer networks -- Scalability (1)
- Computer science curriculum (1)
- Computer software -- Development (1)
- Computer storage devices -- Design (1)
- Publication Year
- Publication
- Publication Type
Articles 31 - 34 of 34
Full-Text Articles in Databases and Information Systems
Quality Of Service Specification For Multimedia Presentations, Richard Staehli, Jonathan Walpole, David Maier
Quality Of Service Specification For Multimedia Presentations, Richard Staehli, Jonathan Walpole, David Maier
Computer Science Faculty Publications and Presentations
The bandwidth limitations of multimedia systems force tradeoffs between presentation data fidelity and real-time performance. For example, digital video is commonly encoded with lossy compression to reduce bandwidth and frames may be skipped during playback to maintain synchronization. These tradeoffs depend on device performance and physical data representations that are hidden by a database system. If a multimedia database is to support digital video and other continuous media data types, we argue that the database should provide a Quality of Service (QOS) interface to allow application control of presentation timing and information loss tradeoffs.
This paper proposes a data model …
Constrained-Latency Storage Access: A Survey Of Application Requirements And Storage System Design Approaches, Richard Staehli, Jonathan Walpole
Constrained-Latency Storage Access: A Survey Of Application Requirements And Storage System Design Approaches, Richard Staehli, Jonathan Walpole
Computer Science Faculty Publications and Presentations
Applications with Constrained Latency Storage Access (CLSA) are those that have large storage needs and hard constraints on the amount of latency they can tolerate. Such applications present a problem when the storage technology that is cost effective and large enough cannot meet their latency constraints for demand fetching. Examples are found in the developing field of multimedia computing and, to a lesser extent, in real-time database literature. This paper examines the nature of timing constraints at the application-storage interface and defines a classification for both the synchronization constraints of the application and the latency characteristics of the storage system. …
Concurrency Control, Version Management And Transactions In Advanced Database Systems, Jonathan Walpole, Muntuck Yap
Concurrency Control, Version Management And Transactions In Advanced Database Systems, Jonathan Walpole, Muntuck Yap
Computer Science Faculty Publications and Presentations
This document constitutes the final deliverable for the research project titled “An Investigation of Selected Issues in Transaction Mechanism Design for Object Oriented Databases.” The document describes our ideas for extending the traditional transaction concept for use in object oriented databases, and concentrates specifically on providing an underlying model to support the concurrency control and version management aspects of the problem. The ideas presented here are not however restricted to the domain of object oriented databases. They are more generally applicable to database systems that require flexibility in their versioning and concurrency control policies.
In this document we define a …
Performance Analysis Of A Distributed File System, Meenakshi Mukhopadhyay
Performance Analysis Of A Distributed File System, Meenakshi Mukhopadhyay
Dissertations and Theses
An important design goal of a distributed file system, a component of many distributed systems, is to provide UNIX file access semantics, e.g., the result of any write system call is visible by all processes as soon as the call completes. In a distributed environment, these semantics are difficult to implement because processes on different machines do not share kernel cache and data structures. Strong data consistency guarantees may be provided only at the expense of performance.
This work investigates the time costs paid by AFS 3.0, which uses a callback mechanism to provide consistency guarantees, and those paid by …