Hi Shay,
So you mean global transactions between database and index can only be
possible using programmatic transaction? Could it be possible to
implement a JTA transaction manager in Elastic Search?
Rds,
Samuel
On Jul 8, 7:01 pm, Shay Banon <
[hidden email]> wrote:
> ElasticSearch does not and will not support transactions, its atomic on a
> single operation level. Compass solution for transactions is not scalable,
> especially with recent Lucene changes. It will need to be solved in a
> different manner, for example, queue the indexing request, and be able to
> handle failures to index gracefully.
>
> -shay.banon
>
> On Thu, Jul 8, 2010 at 1:36 PM, Samuel Yung <
[hidden email]>wrote:
>
> > Hi,
>
> > How is the distributed transaction support in ES? Specifically will it
> > support JTA transaction in the near future, much like the current
> > compass implementation does?
>
> > Rds,
> > Samuel