Biography:Patrick O'Neil

From HandWiki
Short description: American computer scientist (1942–2019)
Patrick Eugene O'Neil
Born1942
Mineola, New York
DiedSeptember 20, 2019(2019-09-20) (aged 77)
Cambridge, Massachusetts
Known forDistributed Database, SQL Isolation, LRU-K,[1] Log-Structured Merge Tree, Escrow Transaction,[2] C-Store
Spouse(s)Elizabeth O'Neil[3]
Scientific career
FieldsComputer Science
InstitutionsUniversity of Massachusetts Boston
Doctoral advisorGian-Carlo Rota

Patrick Eugene O'Neil (1942 – September 20, 2019)[5] was an American computer scientist, an expert on databases, and a professor of computer science at the University of Massachusetts Boston.[6]

O'Neil did his undergraduate studies at the Massachusetts Institute of Technology, receiving a B.S. in mathematics in 1963. After earning a master's degree at the University of Chicago, he moved to Rockefeller University, where he earned a Ph.D. in combinatorial mathematics in 1969 under the supervision of Gian-Carlo Rota.[6][7] He was an assistant professor at MIT from 1970 to 1972, but then left academia for industry, returning in 1988 as a member of the UMass/Boston faculty. He became a full professor in 1996.[6]

He wrote highly cited papers on replication in distributed databases,[8] page replacement strategies for databases,[1] SQL isolation,[9] and database indexing strategies.[10] With Elizabeth O'Neil, he is the author of the database textbook Database Principles, Programming, and Performance (Morgan Kaufmann, 2nd ed., 2000).

O'Neil published the algorithms of the bitmap indices he found working in the CCA Model 204 DBMS in the mid-1980s, and implemented B-tree for that database. This work was first published in 1987.[11]

O’Neil invented the Log-Structured Merge Tree (LSM Tree) along with Dieter Gawlick and Edward Cheng in 1991 while spending the summer at Gawlick's database research group at Digital Equipment Corporation in California . The resulting paper,[12] published in 1996, also included a performance analysis by Elizabeth O'Neil. This access method supports very fast inserts without hobbling lookup times, and now underlies many NoSQL data stores, such as Bigtable, HBase, LevelDB, SQLite4,[13] Tarantool,[14] RocksDB, WiredTiger,[15] Apache Cassandra, InfluxDB,[16] and ScyllaDB.

References

  1. 1.0 1.1 "The LRU-K page replacement algorithm for database disk buffering", Proceedings of the 1993 ACM SIGMOD International Conference on Management of Data (SIGMOD '93), 1993, pp. 297–306, doi:10.1145/170035.170081 .
  2. O'Neil, Patrick (1986), "The Escrow transactional method", ACM Transactions on Database Systems (TODS 1986), 11, pp. 405–430, doi:10.1145/7239.7265 
  3. "Obituary:Patrick O'Neil", Boston Globe, https://www.legacy.com/amp/obituaries/bostonglobe/194016278 
  4. "Remembering the life of Elizabeth" (in en). https://obituaries.alliednews.com/obituary/elizabeth-betty-o-neil-1072262411/. 
  5. "Obituary:Patrick O'Neil", Boston Globe, https://www.legacy.com/amp/obituaries/bostonglobe/194016278 
  6. 6.0 6.1 6.2 Curriculum vitae, retrieved 2010-11-26.
  7. Patrick Eugene O'Neil at the Mathematics Genealogy Project.
  8. "The dangers of replication and a solution", Proceedings of the 1996 ACM SIGMOD International Conference on Management of Data (SIGMOD '96), 1996, pp. 173–182, doi:10.1145/233269.233330 .
  9. Berenson, Hal; Bernstein, Phil (1995), "A critique of ANSI SQL isolation levels", Proceedings of the 1995 ACM SIGMOD International Conference on Management of Data (SIGMOD '95), pp. 1–10, doi:10.1145/223784.223785 .
  10. O'Neil, Patrick; Quass, Dallan (1997), "Improved query performance with variant indexes", Proceedings of the 1997 ACM SIGMOD International Conference on Management of Data (SIGMOD '97), pp. 38–49, doi:10.1145/253260.253268, http://ilpubs.stanford.edu:8090/137/1/1996-12.pdf .
  11. O'Neil, Patrick (1987). "Model 204 Architecture and Performance". in Dieter Gawlick. London, UK: Springer-Verlag. pp. 40–59. 
  12. O'Neil, Patrick E.; Cheng, Edward; Gawlick, Dieter; O'Neil, Elizabeth (June 1996). "The log-structured merge-tree (LSM-tree)". Acta Informatica 33 (4): 351–385. doi:10.1007/s002360050048. 
  13. "SQLite4 with LSM Wiki". SQLite. https://sqlite.org/src4/doc/trunk/www/index.wiki. 
  14. "An application server together with a database manager". https://tarantool.org/en/doc/1.9/intro.html. "Tarantool’s disk-based storage engine is a fusion of ideas from modern filesystems, log-structured merge trees and classical B-trees." 
  15. "LSMTrees · wiredtiger/Wiredtiger Wiki". https://github.com/wiredtiger/wiredtiger/wiki/LSMTrees. 
  16. "[New] InfluxDB Storage Engine | Time Structured Merge Tree". 7 October 2015. https://influxdb.com/blog/2015/10/07/the_new_influxdb_storage_engine_a_time_structured_merge_tree.html.