Changes between Version 110 and Version 111 of DatabaseBasedAnalysis
- Timestamp:
- 09/02/18 19:32:51 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DatabaseBasedAnalysis
v110 v111 61 61 62 62 Some details about the contents and the meaning of the tables in the '''factdata''' database can be found here DatabaseBasedAnalysis/Tables. 63 64 == Warning == 65 66 Be aware that a mysql database using the InnoDB engine is optimized to find data fast using an index. That means it can be very fast to select data and read the selected data. On the other hand, it is ''not'' optimized to read individual columns as for example the ''root'' file format. This a simple query, for example, to determine the minimum or maximum of a single column will read the whole table and is thus very resource intensive and slow! '''Think twice before you run a query!''' 63 67 64 68 == The Analysis ==