I have a table in MSSQL with currently 8 million records.
I use Pentaho to analyze this data. I'm trying to use Excel too. If I set it to get the data and put it directly into the PivotTable, it does not restrict the 1 million records, because it reported having passed 2 million.
However, it was consuming 1.5GB of RAM and stopped with error "Excel can not complete this task with available resources. Select less data or close other applications." The PC has 7.7GB and is using 6GB.
Is there any way in it, instead of trying to load all the data into RAM, just get the metadatas and go on making queries with group by as needed, as Pentaho does?