File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ <h4>Provides something like DB materialised views</h4>
163163 For example, product pricing might be refreshed every midnight.
164164 </ p >
165165 < p >
166- ElasticSearch indexes can viewed in a similar way to DB materialised views. They represent
166+ ElasticSearch indexes can be viewed in a similar way to DB materialised views. They represent
167167 a materialised (document orientated) view of the data which can be updated in near real time with each commit
168168 or updated in a more periodic batch fashion.
169169 </ p >
Original file line number Diff line number Diff line change @@ -235,7 +235,7 @@ <h2 id="read-consistency">Eventual consistency</h2>
235235 < p >
236236 This means it operates a bit like "replication lag". Data returned from the L2 cache can be (milliseconds) out
237237 of date. Changes will be made to the cache in a relatively short time (milliseconds) but there isn't the
238- gauruntee of read consistency that our transactional database provides.
238+ guarantee of read consistency that our transactional database provides.
239239 </ p >
240240 < p >
241241 With Ebean L2 caching there is no attempt to provide transactional read consistency.
You can’t perform that action at this time.
0 commit comments