Thanks, the earlier presentation is done with KeyNote and the later (more
animation) is done with Tumult Hype.
- Mark
On Apr 17, 2013, at 3:43 AM, Furkan KAMACI wrote:
> Hej Mark;
>
> What did you use to prepare your presentation, its really nice.
>
> 2013/4/17 Furkan KAMACI
>
>> Really ni
Hej Mark;
What did you use to prepare your presentation, its really nice.
2013/4/17 Furkan KAMACI
> Really nice presentation.
>
>
> 2013/4/17 Mark Miller
>
>>
>> On Apr 16, 2013, at 1:36 AM, SuoNayi wrote:
>>
>> > Hi, can someone explain more details about what model is used to sync
>> docs b
Really nice presentation.
2013/4/17 Mark Miller
>
> On Apr 16, 2013, at 1:36 AM, SuoNayi wrote:
>
> > Hi, can someone explain more details about what model is used to sync
> docs between the lead and
> > replica in the shard?
> > The model can be push or pull.Supposing I have only one shard tha
On Apr 16, 2013, at 1:36 AM, SuoNayi wrote:
> Hi, can someone explain more details about what model is used to sync docs
> between the lead and
> replica in the shard?
> The model can be push or pull.Supposing I have only one shard that has 1
> leader and 2 replicas,
> when the leader receive
Hi,
Replication when everything is working well is push:
* request comes to any node, ideally leader
* doc is indexed on leader
* doc is copied to replicas
If replica falls too far behind (not exactly sure what the "too far"
threshold is), it uses pull to replicate the whole index from leader.
Ma
Hi, can someone explain more details about what model is used to sync docs
between the lead and
replica in the shard?
The model can be push or pull.Supposing I have only one shard that has 1 leader
and 2 replicas,
when the leader receives a update request, does it will scatter the request to
ea