Re: Give me solution



My database server is a minicomputer with class P3, more, more weak than
your one. And i have a standard PC with 1,7 GHz as Workstation, far, far
away. If i make a query (over the Internet!) for example for 1000 records
where each record has 10 textfields, then i need 5 seconds to see them in a
grid. So i think your speed is not normal.
But this can have a lot of reasons. So maybe the query is not connected,
then the connect may need 2 or 3 seconds.
Or your image has some Megabytes of size, this will also slow down it very
much. So check if your query has an active database connect when starting
the execution. And try it with only the 200 normal fields but without the
one image field.

bye,
Helmut
.



Relevant Pages

  • Re: Mupltple pages queries
    ... all the books in Amazon, and such a book goes to the page 4 of the ... If you you want you to design a website using a database server you can ... design a query in the way that it returns answers in multiple pages. ... Now assumed that website is designed. ...
    (comp.databases.oracle.server)
  • Threading.Lock() question
    ... I have a multithreaded application that spawns threads which query a database server. ... During stress test I encountered some threads failing due "lost connection errors" and sometimes the actual script itself dies due to a "Segmentation Fault". ...
    (comp.lang.python)
  • Re: Database Sync Question
    ... just hold conversations with it - either to the database server ... table to get just the updates you haven't seen, ... the same way that you query for updates/inserts, ... Yeah thats an interesting idea. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Database Sync Question
    ... So why drag an entire table over? ... just hold conversations with it - either to the database server ... table to get just the updates you haven't seen, ... the same way that you query for updates/inserts, ...
    (microsoft.public.dotnet.languages.csharp)