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...
Continue reading...