Timestamp field support added in master branch

Just a quick one to let you know that we have added the support for a
timestamp field.

If you want to play with it and test it you can find more details about it
here: https://github.com/elasticsearch/elasticsearch/issues/1285

It may seem a little addition but it will hopefully open the way to new cool
features like ttl per docs, rolling indices...

Great job.

How do the timestamps work in a distributed setup when not-externally
defined? Time can be different between servers. I have seen system
issues because two machines were 8 seconds apart! Might be a
non-issue since the use cases where a failure might occur are very
few.

Ivan

On Tue, Aug 30, 2011 at 3:31 PM, Benjamin Devèze
benjamin.deveze@gmail.com wrote:

Just a quick one to let you know that we have added the support for a
timestamp field.
If you want to play with it and test it you can find more details about it
here: Timestamp field support · Issue #1285 · elastic/elasticsearch · GitHub
It may seem a little addition but it will hopefully open the way to new cool
features like ttl per docs, rolling indices...

The timestamp is "taken", if not defined, on the clustered node. So, time
should be sync'ed (up to you to what degree) between the nodes when relying
on automatic timestamp.

On Tue, Aug 30, 2011 at 10:54 PM, Ivan Brusic ivan@brusic.com wrote:

Great job.

How do the timestamps work in a distributed setup when not-externally
defined? Time can be different between servers. I have seen system
issues because two machines were 8 seconds apart! Might be a
non-issue since the use cases where a failure might occur are very
few.

Ivan

On Tue, Aug 30, 2011 at 3:31 PM, Benjamin Devèze
benjamin.deveze@gmail.com wrote:

Just a quick one to let you know that we have added the support for a
timestamp field.
If you want to play with it and test it you can find more details about
it
here: Timestamp field support · Issue #1285 · elastic/elasticsearch · GitHub
It may seem a little addition but it will hopefully open the way to new
cool
features like ttl per docs, rolling indices...