How to load 1 milion records from database fast?
        Posted  
        
            by Leonard P.
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Leonard P.
        
        
        
        Published on 2010-04-20T17:10:24Z
        Indexed on 
            2010/04/20
            17:13 UTC
        
        
        Read the original article
        Hit count: 239
        
Now we have a firebird database with 1.000.000 that must be processed after ALL are loaded in RAM memory. To get all of those we must extract data using (select * first 1000 ...) for 8 hours. What is the solution for this?
© Stack Overflow or respective owner