Re: Application logic and Business logic

From: Alfredo Novoa (alfredo_novoa_at_hotmail.com)
Date: 03/14/05

  • Next message: Alfredo Novoa: "Re: Application logic and Business logic"
    Date: Mon, 14 Mar 2005 02:54:43 +0100
    
    

    On Sun, 13 Mar 2005 21:34:08 GMT, Jeff Brooks <jeff_brooks@nospam.com>
    wrote:

    >> The difference is that a RDBMS does not have to use a linear seach to
    >> find the objects.
    >
    >The time to parse the SQL is greater than the time needed to find
    >objects in a small array in ram.

    And the time to parse a C++ program is greater than the time to find
    objects in a small array in ram.

    So what?

    Regards


  • Next message: Alfredo Novoa: "Re: Application logic and Business logic"

    Relevant Pages

    • Re: Advanced? Parsing Methods
      ... >and writes new records to a table in a SQL Server 2000 database. ... > there is a more efficient/advanced way to parse the data before I pass it ... have to put the results into an array. ... You can see the above recordset is MUCH cleaner then the sql stamntet. ...
      (microsoft.public.access.modulesdaovba)
    • Re: Advanced? Parsing Methods
      ... >>and writes new records to a table in a SQL Server 2000 database. ... >> Would it be faster to use the Splitfunction to parse each line (using ... >> a comma delimiter) and pass the parsed data to an array? ... that I can select a specific item within the array. ...
      (microsoft.public.access.modulesdaovba)
    • Re: Which is faster--Array or ADO
      ... into RAM be it an array, or that of a reocrd set. ... one is not necessarily going to your processing speed because it is ram. ... read one record from disk into array ...
      (microsoft.public.access.modulesdaovba)
    • Re: Large strings and out of memory
      ... > RAM and even servers today are often configured with less than 2GB RAM I ... > that works with disk. ... The disk writes a 10M block once full then restarts, the dynamic array ... The disk array is not only far more controllable, ...
      (comp.lang.pascal.delphi.misc)
    • Re: Out of Memory Problem in VB 6.0 Application.
      ... that's a fixed size array. ... > block of memory. ... Just think of it as 2gigs of ram that you have at your disposal. ... matter if that's real ram or swap file it's still 2 gigs available to your ...
      (microsoft.public.vb.general.discussion)