Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
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: 1366
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 1402 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 May 11 21:57:48 CEST 2024

Total time taken to generate the page: 0.02866 seconds