Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 5741809

Browse files
committed
add a scheduling paper
1 parent 3bcf201 commit 5741809

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

‎README.md‎

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ Please submit a pull request if there is any material that you think should be i
3131
* [Vectorization vs Compilization](#vectorization-vs-compilization)
3232
* [Join](#join)
3333
* [Hash Table](#hash-table)
34+
* [Bloom Filter](#bloom-filter)
3435
* [DDL](#ddl)
3536
* [Transaction](#transaction)
3637
* [Isolation Levels](#isolation-levels)
@@ -41,11 +42,12 @@ Please submit a pull request if there is any material that you think should be i
4142
* [Disk IO](#disk-io)
4243
* [B-Tree](#b-tree)
4344
* [LSM-Tree](#lsm-tree)
45+
* [Learned Indexes Strucrure](#learned-indexes-strucrure)
4446
* [Serializing & RPC](#serializing--rpc)
4547
* [Data Partitioning](#data-partitioning)
4648
* [Replication & Consistency](#replication--consistency)
4749
* [Consensus](#consensus)
48-
* [Scale & Balance](#scale--balance)
50+
* [Scheduling](#scheduling)
4951
* [Benchmark & Testing](#benchmark--testing)
5052

5153
<!-- vim-markdown-toc -->
@@ -257,7 +259,7 @@ Blogs:
257259
Papers:
258260

259261
- 1995, [A Critique of ANSI SQL Isolation Levels](https://www.microsoft.com/en-us/research/wp-content/uploads/2016/02/tr-95-51.pdf), SIGMOD
260-
- 2000, [Generalized Isolation Level Definitions](http://pmg.csail.mit.edu/papers/icde00.pdf), Proceedings of 16th International Conference on Data Engineering
262+
- 2000, [Generalized Isolation Level Definitions](http://pmg.csail.mit.edu/papers/icde00.pdf), Proceedings of 16th International Conference on Data Engineering
261263

262264
### Concurrency Control
263265

@@ -388,12 +390,16 @@ Papers:
388390

389391
- 2014, [Ark: A Real-World Consensus Implementation](https://arxiv.org/pdf/1407.4765.pdf), CoRR
390392

391-
## Scale & Balance
393+
## Scheduling
392394

393395
Blogs:
394396

395397
- [Building a Large-scale Distributed Storage System Based on Raft](https://www.cncf.io/blog/2019/11/04/building-a-large-scale-distributed-storage-system-based-on-raft/), by Ed Huang
396398

399+
Papers:
400+
401+
- 2019, [Autoscaling Tiered Cloud Storage in Anna](https://dl.acm.org/doi/pdf/10.14778/3311880.3311881), VLDB
402+
397403
## Benchmark & Testing
398404

399405
Blogs:

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /