From aa83e732ed8ec29cfeb923ae014ab89e1203a398 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Wed, 19 Oct 2022 09:39:19 +0300 Subject: Issues (materialised-views-for-correlations): Update issue * Add notes on work done for lmdb --- issues/materialised-views-for-correlations.gmi | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'issues') diff --git a/issues/materialised-views-for-correlations.gmi b/issues/materialised-views-for-correlations.gmi index cc87ad0..855a143 100644 --- a/issues/materialised-views-for-correlations.gmi +++ b/issues/materialised-views-for-correlations.gmi @@ -18,6 +18,10 @@ As part of the optimisation effort, we need to look into materialised views to s MySQL/MariaDB does not support materialised views (there is no `CREATE MATERIALIZED VIEW ...` command or equivalent) but there are ways around that, to simulate the materialized views. +There is some work on +=> /topics/genotype-database the genotype database +that should allow intermediate materialised views to be stored in lmdb + ### Implementation Concerns The implementation of the materialised views will need to concern itself with the following issues: -- cgit v1.2.3