diff options
author | Alexander | 2022-04-07 12:15:18 +0300 |
---|---|---|
committer | Alexander | 2022-04-07 12:15:18 +0300 |
commit | 6c2c9342bd3f2348ed2b8d526c8b4260aa1b16dc (patch) | |
tree | 535178d0e782f22712fa200c7b12dfb57c2aa9ed /issues/slow-correlations.gmi | |
parent | 0d8960b05dc8bc7535039dbe59265712464634af (diff) | |
download | gn-gemtext-6c2c9342bd3f2348ed2b8d526c8b4260aa1b16dc.tar.gz |
update for slow correlationS
Diffstat (limited to 'issues/slow-correlations.gmi')
-rw-r--r-- | issues/slow-correlations.gmi | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/issues/slow-correlations.gmi b/issues/slow-correlations.gmi index 9f4c8c8..169eb95 100644 --- a/issues/slow-correlations.gmi +++ b/issues/slow-correlations.gmi @@ -110,3 +110,13 @@ time to compute. According to Rob, GN1 does not rely on a cache. Instead it is computing from a materialized view of the database that is intentionally designed for a fast web service. + + +## Update + +implementation of caching for huge datasets done.Moreover +this has also been implemented for metadata hence speeding +up the correlation immensely. + +Code for correlation has also undergone refactoring to optimise +the datastrcutures used
\ No newline at end of file |