@cubejs-backend/query-orchestrator
Advanced tools
Comparing version 0.13.2 to 0.13.9
@@ -6,2 +6,10 @@ # Change Log | ||
## [0.13.9](https://github.com/cube-js/cube.js/compare/v0.13.8...v0.13.9) (2020-01-03) | ||
**Note:** Version bump only for package @cubejs-backend/query-orchestrator | ||
## [0.13.2](https://github.com/cube-js/cube.js/compare/v0.13.1...v0.13.2) (2019-12-13) | ||
@@ -8,0 +16,0 @@ |
@@ -176,3 +176,11 @@ const crypto = require('crypto'); | ||
const structureVersion = version(this.preAggregation.loadSql); | ||
const getVersionsStarted = new Date(); | ||
const versionEntries = await this.loadCache.getVersionEntries(this.preAggregation); | ||
this.logger('Load PreAggregations Tables', { | ||
preAggregation: this.preAggregation, | ||
requestId: this.requestId, | ||
duration: (new Date().getTime() - getVersionsStarted.getTime()) | ||
}); | ||
const versionEntryByStructureVersion = versionEntries.find( | ||
@@ -179,0 +187,0 @@ v => v.table_name === this.preAggregation.tableName && v.structure_version === structureVersion |
@@ -5,3 +5,3 @@ { | ||
"author": "Statsbot, Inc.", | ||
"version": "0.13.2", | ||
"version": "0.13.9", | ||
"repository": { | ||
@@ -29,3 +29,3 @@ "type": "git", | ||
"license": "Apache-2.0", | ||
"gitHead": "43689f13802742bfcbfce0cecc27dfc5bfcfebfa" | ||
"gitHead": "7a7a3d206d8e18a64e53716fb46d6ef9f5677313" | ||
} |
90879
1829