Skip to content

Commit

Permalink
[Docs] Remove confusing doc content in Colocation doc (yugabyte#12655)
Browse files Browse the repository at this point in the history
This content along with the doc was migrated from internal resources.
The original doc that it should be linked to is too casual to be public.
Removing this line of sentence will reduce confusion to the public
readers.

Test
Reviewed the rendered content in MD viewer.
  • Loading branch information
SteveXiSong authored May 25, 2022
1 parent c51389c commit 2f51bdd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions architecture/design/ysql-colocated-tables.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,6 @@ Today, there is one RocksDB created per tablet. This RocksDB only has data for a
1. Use single RocksDB for the entire tablet (i.e. for all tables).
1. Use multiple RocksDBs with one RocksDB per table.

More analysis on this can be found here.

We decided to use single RocksDB for entire tablet. This is because:

* It enables us to leverage code that was written for postgres system tables. Today, all postgres system tables are colocated on a single tablet in master and uses a single RocksDB. We can leverage a lot of that code.
Expand Down

0 comments on commit 2f51bdd

Please sign in to comment.