Changes between Version 100 and Version 101 of DatabaseBasedAnalysis


Ignore:
Timestamp:
08/08/18 13:50:59 (6 years ago)
Author:
tbretz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DatabaseBasedAnalysis

    v100 v101  
    66
    77The original proposal can be found here: https://www.fact-project.org/logbook/showthread.php?tid=5604&pid=27027#pid27027
     8
     9Why not using ROOT's MySQL interface directly. Well, older versions of ROOT had no option to retrieves the data row by row, so that huge result sets filled up your memory quite fast. With TSQLStatment, now an interface is available which allows to access the data row-by-row.
    810
    911== Status ==