Opened 16 years ago
Last modified 16 years ago
#698 new enhancement
Charts of Series with a lot of unknown data become too slow — at Version 1
Reported by: | Víctor de Buen Remiro | Owned by: | Jorge |
---|---|---|---|
Priority: | highest | Milestone: | Mantainance |
Component: | Interface | Version: | 1.1.7 |
Severity: | critical | Keywords: | |
Cc: |
Description (last modified by )
If we build these series in TOLBase, s1 and s2 are charted very fast, in less than 1 second. However s3 takes a long time until it's displayed.
Date from = y2000; Date until = y2009; Serie s1 = SubSer(Gaussian(0,1,C),from,until); Serie s2 = SubSer(0+CalInd(WD(1)+WD(3)+WD(5)+WD(7),C),from,until); Serie s3 = IfSer(s2,s1,?);
If we show a table or we make any other calculation there is no difference in evaluation time between these series.
Note: See
TracTickets for help on using
tickets.