U++ framework
Do not panic. Ask here before giving up.

Home » U++ Library support » U++ SQL » How to display fields from different tables in one SQLArray
Re: How to display fields from different tables in one SQLArray [message #18965 is a reply to message #18964] Sun, 02 November 2008 19:09 Go to previous messageGo to previous message
unodgs is currently offline  unodgs
Messages: 1367
Registered: November 2005
Location: Poland
Ultimate Contributor

sergeynikitin wrote on Sun, 02 November 2008 10:54

I have a huge table 50000-100000 records. It involves 12-15 reference tables. This is stored in the MySQL server.

What kind of technology would you recommend to work with the database.

Will all the data loaded into memory or the client program will be loaded only a fraction?


Loading it all would make your app working very slow. In my current app (Postgres) I use offset limit to page data. And of course I implemented special toolbar for navigating:
index.php?t=getfile&id=1464&private=0
In SqlServer you can use OVER and ROW_NUMBER() to do the same.
  • Attachment: nav.png
    (Size: 1.86KB, Downloaded 1710 times)
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: DBF crash error while writing record
Next Topic: PATCH/BUGFIX Oracle asTable Failure - Solution
Goto Forum:
  


Current Time: Sat Apr 25 15:09:54 GMT+2 2026

Total time taken to generate the page: 0.00806 seconds