diff options
author | Eduardo Julian | 2022-11-11 15:59:22 -0400 |
---|---|---|
committer | Eduardo Julian | 2022-11-11 15:59:22 -0400 |
commit | 4c765d22bd0a2e5271bf350745ed29f66bfbb96a (patch) | |
tree | 1c2572154f828dae537eb2f528b7743f70bb6744 /documentation/bookmark/data | |
parent | cb572295c9a73330531e07f3f6a92b3bb2434514 (diff) |
Added SourceFile annotations to functions when compiling for the JVM.
Diffstat (limited to '')
-rw-r--r-- | documentation/bookmark/database.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/bookmark/database.md b/documentation/bookmark/database.md index ae966251f..63f40ca45 100644 --- a/documentation/bookmark/database.md +++ b/documentation/bookmark/database.md @@ -140,13 +140,13 @@ # Exemplar -0. []() 0. [Debunking “Purpose-Built Data Systems”: Enter the Universal Database](https://tiledb.com/blog/debunking-purpose-built-data-systems-enter-the-universal-database-2021-08-04) 0. [Irmin](https://irmin.org/) 0. [Database of Databases](https://dbdb.io/) ## General +0. [How FoundationDB works and why it works](https://blog.the-pans.com/notes-on-the-foundationdb-paper/) 0. [FeatureBase: The First OLAP Database Built Entirely on Bitmaps](https://www.featurebase.com/) 0. [FeatureBase](https://github.com/FeatureBaseDB/featurebase) 0. [Velox: Meta’s Unified Execution Engine](https://research.facebook.com/publications/velox-metas-unified-execution-engine/) |