As part of the release process for RavenDB RC, we have different team members doing strange things. Here is what one of them sent me. This is a RavenDB cluster composed of 30+ nodes, with a single database that spans 27 nodes with full master/master replication between them.
> Email-style angle brackets
> are used for blockquotes.
> > And, they can be nested.
> #### Headers in blockquotes
>
> * You can quote a list.
> * Etc.
Horizontal Rules
Three or more dashes or asterisks:
---
* * *
- - - -
Manual Line Breaks
End a line with two or more spaces:
Roses are red,
Violets are blue.
Fenced Code Blocks
Code blocks delimited by 3 or more backticks or tildas:
```
This is a preformatted
code block
```
Header IDs
Set the id of headings with {#<id>} at end of heading line:
## My Heading {#myheading}
Tables
Fruit |Color
---------|----------
Apples |Red
Pears |Green
Bananas |Yellow
Definition Lists
Term 1
: Definition 1
Term 2
: Definition 2
Footnotes
Body text with a footnote [^1]
[^1]: Footnote text here
Comments
Do I understand it right that if a single database was on 100 nodes, the name of the last node would be ZZZV? That's an interesting system.
Svick, Actually the 100th node in this case would be CV. A node named ZZZV would the then 475,250th node, which is a bit high.
Comment preview