diff options
author | Alexander_Kabui | 2023-01-08 16:28:01 +0300 |
---|---|---|
committer | Alexander_Kabui | 2023-01-08 16:28:01 +0300 |
commit | 706ae60e0d954e183a34a30a0a59a1e10b9c5a71 (patch) | |
tree | 75684fa9dc7af00c4757ec05ef5b992311419e52 /issues | |
parent | 413424629125ca035c64fb2f4a9529c3930733c4 (diff) | |
download | gn-gemtext-706ae60e0d954e183a34a30a0a59a1e10b9c5a71.tar.gz |
update issues/correlation-script-to-build-text-files
Diffstat (limited to 'issues')
-rw-r--r-- | issues/correlations-script-to-build-text-files.gmi | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/issues/correlations-script-to-build-text-files.gmi b/issues/correlations-script-to-build-text-files.gmi index f6344fe..0984c8a 100644 --- a/issues/correlations-script-to-build-text-files.gmi +++ b/issues/correlations-script-to-build-text-files.gmi @@ -22,3 +22,26 @@ The script could be triggered in any of the following ways * on-change: A "job" is run in the background to recreate the text file whenever data for a particular text dataset/trait/... is changed (created/updated/deleted). The automated triggers can be built in later once we have a working script. My (fredm) preferred method is to have the "on-change" trigger to avoid running the script even when data has not changed. + + + +## tasks + +[x] fetching all possible strains for specific probeset + +[x] fetch all probesetfreezes for script + +[] table tracker for change in tables then invoke the script + +[] add as a job + + +## Notes + +while using innodb engine last update time is null possibly write +a script/table o create track of this + +relevant resources + +=> https://dba.stackexchange.com/questions/291291/how-to-check-the-last-time-a-table-has-been-modified +
\ No newline at end of file |