Inside RavenDB 4.0Chapter 3 is done
I have just completed writing the 3rd chapter for Inside RavenDB 4.0, and the full book is available here (all three chapters of it). It is just under 100 pages in size, and I’m afraid that at this rate this is going to be a massive tome.
The content so far covers setting up RavenDB 4.0 and doing basic CRUD operations, then goes on to deal with modeling documents inside RavenDB.
Any and all feedback is welcome.
More posts in "Inside RavenDB 4.0" series:
- (22 May 2018) Book update
- (08 May 2018) The book is done
- (24 Apr 2018) Chapter 17 is done
- (16 Apr 2018) Chapter 16 is done
- (28 Mar 2018) Chapter 14 is done
- (21 Mar 2018) Chapters 12 & 13 are done
- (08 Mar 2018) Chapter 11 is done
- (22 Jan 2018) Chapter 10 is done
- (17 Jul 2017) Chapter 6 is done
- (07 Jun 2017) Chapter 3 is done
Comments
How does Fanout indexes are handled in RavenDb 4.0? I could not find
MaxIndexOutputsPerDocument
property in indexing task.Merdan, We removed the limit because we made some work to reduce the overall cost of that and focus that on a single bad index that won't impact anything else. There is still a cost associated with fanout, but not it is no a global one.
Comment preview