scispace - formally typeset
N

Nathan Goodman

Researcher at Harvard University

Publications -  63
Citations -  10286

Nathan Goodman is an academic researcher from Harvard University. The author has contributed to research in topics: Concurrency control & Distributed concurrency control. The author has an hindex of 34, co-authored 63 publications receiving 10168 citations.

Papers
More filters
Book

Concurrency Control and Recovery in Database Systems

TL;DR: In this article, the design and implementation of concurrency control and recovery mechanisms for transaction management in centralized and distributed database systems is described. But this can lead to interference between queries and updates.
Journal ArticleDOI

Concurrency Control in Distributed Database Systems

TL;DR: A survey of concurrency control methods for distributed database concurrency can be found in this paper, where the authors decompose the problem into two major subproblems, read-write and write-write synchronization, and describe a series of synchromzation techniques for solving each subproblem.
Journal ArticleDOI

Query processing in a system for distributed databases (SDD-1)

TL;DR: The semijoin operator is defined, why Semijoin is an effective reduction operator is explained, and an algorithm is presented that constructs a cost-effective program of semijoins, given an envelope and a database.
Journal ArticleDOI

Multiversion concurrency control—theory and algorithms

TL;DR: This paper presents a theory for analyzing the correctness of concurrency control algorithms for multiversion database systems and uses the theory to analyze some new algorithms and some previously published ones.