Skip to content

Tags: waylayio/kairosdb

Tags

kairosdb-1.3.0-waylay+4

Toggle kairosdb-1.3.0-waylay+4's commit message
[maven-release-plugin] copy for tag kairosdb-1.3.0-waylay+4

kairosdb-1.3.0-waylay+3

Toggle kairosdb-1.3.0-waylay+3's commit message
[maven-release-plugin] copy for tag kairosdb-1.3.0-waylay+3

kairosdb-1.3.0-waylay+2

Toggle kairosdb-1.3.0-waylay+2's commit message
[maven-release-plugin] copy for tag kairosdb-1.3.0-waylay+2

kairosdb-1.3.0-waylay+1

Toggle kairosdb-1.3.0-waylay+1's commit message
[maven-release-plugin] copy for tag kairosdb-1.3.0-waylay+1

kairosdb-1.2.1-waylay+3

Toggle kairosdb-1.2.1-waylay+3's commit message
[maven-release-plugin] copy for tag kairosdb-1.2.1-waylay+3

kairosdb-1.2.1-waylay+2

Toggle kairosdb-1.2.1-waylay+2's commit message
[maven-release-plugin] copy for tag kairosdb-1.2.1-waylay+2

v1.2.1-waylay+1

Toggle v1.2.1-waylay+1's commit message
Retrieve a QueryMetric only once within a query

Make use of the internal caching mechanism to ensure that a given
QueryMetric query (which results in a query in the underlying
datastore) is only performed once within the context of a single
query operation in the REST interface.

This change can greatly improve performance for the case in which
multiple groupings are being requested for the same range of data
(for example, min, max, avg for a given range). It is also an
improvement in terms of correctness, as retrieving multiple groupings
of the same range of data will now use a stable view of the queried
data.

This change works regardless of the caching settings that are
provided within the query.

v1.3.0-beta1

Toggle v1.3.0-beta1's commit message
Updated version to 1.3 beta 1

v1.2.1

Toggle v1.2.1's commit message
Tagging master branch for 1.2.1 release

v1.2.0

Toggle v1.2.0's commit message
Tagging master branch for 1.2.0 release