Slide 9
Slide 9 text
• Logical index layouts (inverted, tree,
columnar, …)
• Automatic and synchronous
indexing of all ingested content
• No schemas or secondary indices
ever needed
• Resource governed, write
optimized database engine with
latch free and log structured
techniques
Schema agnostic database engine
locations headquarter exports
0 1
country
Germany
city
Berlin
country
France
city
Paris
city
Moscow
city
Athens
Belgium
0 1
{
"locations":
[
{ "country": "Germany", "city": "Berlin" },
{ "country": "France", "city": "Paris" }
],
"headquarter": "Belgium",
"exports":[{"city":"Moscow"}, {"city":"Athens"}]
}