From 5ffc53e69e956054fdefd1fe193e00eee705dcab Mon Sep 17 00:00:00 2001 From: Douglas Rumbaugh Date: Mon, 12 May 2025 19:59:26 -0400 Subject: Updates --- references/references.bib | 66 +++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 58 insertions(+), 8 deletions(-) (limited to 'references') diff --git a/references/references.bib b/references/references.bib index 5fef30a..1bc708b 100644 --- a/references/references.bib +++ b/references/references.bib @@ -508,7 +508,7 @@ @misc {postgres-doc, title = {PostgreSQL Documentation}, url = {https://www.postgresql.org/docs/15/sql-select.html}, - year = {2023} + year = {2025} } @misc {db2-doc, @@ -521,43 +521,49 @@ @online {pinecone, title = {Pinecone DB}, url = {https://www.pinecone.io/}, - year = {2023} + year = {2025} } @online {neptune, title = {Amazon Neptune}, url = {https://aws.amazon.com/neptune/}, - year = {2023} + year = {2025} } @online {teradata, title = {Teradata}, url = {https://www.teradata.com/}, - year = {2023} + year = {2025} } @online {pinot, title = {Apache Pinot}, url = {https://pinot.apache.org/}, - year = {2023} + year = {2025} +} + +@online{neo4j, + title = {neo4j}, + url = {https://neo4j.com/}, + year = {2025} } @online {pinecone-db, title = {Pinecone DB: Hierarchical Navigable Small Worlds}, url = {https://www.pinecone.io/learn/series/faiss/hnsw/}, - year = {2023} + year = {2025} } @online {postgis-doc, title = {Introduction to PostGIS: Spatial Indexing}, url = {https://postgis.net/workshops/postgis-intro/indexing.html}, - year = {2023} + year = {2025} } @online {mysql-btree-hash, title = {MySQL Documentation - Comparison of B-tree and Hash Indexes}, url = {https://dev.mysql.com/doc/refman/8.0/en/index-btree-hash.html}, - year = {2023} + year = {2025} } @article{olken95, @@ -1580,3 +1586,47 @@ keywords = {analytic model, analysis of algorithms, overflow chaining, performan bibsource = {dblp computer science bibliography, https://dblp.org} } +@inproceedings{hadoop, + author = {Konstantin Shvachko and + Hairong Kuang and + Sanjay Radia and + Robert Chansler}, + editor = {Mohammed G. Khatib and + Xubin He and + Michael Factor}, + title = {The Hadoop Distributed File System}, + booktitle = {{IEEE} 26th Symposium on Mass Storage Systems and Technologies, {MSST} + 2012, Lake Tahoe, Nevada, USA, May 3-7, 2010}, + pages = {1--10}, + publisher = {{IEEE} Computer Society}, + year = {2010}, + url = {https://doi.org/10.1109/MSST.2010.5496972}, + doi = {10.1109/MSST.2010.5496972}, + timestamp = {Fri, 24 Mar 2023 00:01:51 +0100}, + biburl = {https://dblp.org/rec/conf/mss/ShvachkoKRC10.bib}, + bibsource = {dblp computer science bibliography, https://dblp.org} + +} +@Misc{tlx, + title = {{TLX}: Collection of Sophisticated {C++} Data Structures, Algorithms, and Miscellaneous Helpers}, + author = {Timo Bingmann}, + year = 2018, + note = {\url{https://panthema.net/tlx}, retrieved {Oct.} 7, 2020}, +} + + +@article{codd70, + author = {E. F. Codd}, + title = {A Relational Model of Data for Large Shared Data Banks}, + journal = {Commun. {ACM}}, + volume = {13}, + number = {6}, + pages = {377--387}, + year = {1970}, + url = {https://doi.org/10.1145/362384.362685}, + doi = {10.1145/362384.362685}, + timestamp = {Fri, 24 Mar 2023 16:31:07 +0100}, + biburl = {https://dblp.org/rec/journals/cacm/Codd70.bib}, + bibsource = {dblp computer science bibliography, https://dblp.org} +} + -- cgit v1.2.3