Forum Post: RE: How to get too much records via ODBC and PHP?

  • Thread starter Thread starter eugenel
  • Start date Start date
Status
Not open for further replies.
E

eugenel

Guest
The sql "select COUNT(*) from table" with huge number of rows could be just slow for the server to return. You may file a performance request to OpenEdge about this issue. Not sure how your app handles that many rows, I suggest you fetch what you need in memory, examine/analyze it, reuse the memory and fetch the next set of rows. Best regards, Eugene

Continue reading...
 
Status
Not open for further replies.
Back
Top