Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

mysql-protocol

 [1/3] from: tim:johnsons-web at: 26-Jun-2003 7:54


Hello Rebols: DocKimbel and I had an OT exchange of emails early this year in which I posed the the following: That it would be convenient at times for me to have the selection set from a query returned as a 'flat' block. DocKimbel made the following code suggestions: Add 'flat' to locals-class. setting as either 'true or 'false. in 'convert-types change the following line if not empty? convert-body [foreach row rows :convert-body] ;to if not empty? convert-body [ either p/locals/flat? [ row: rows forskip row length? cols :convert-body ][foreach row rows :convert-body] ] After implementing this - if memory serves me well - DocKimbel indicated that he had observed less memory fragmentation in comparison of the two methods. For my own needs, I find it frequently useful to use the 'flat' setting as 'true'. It means that I can use the same block to form a query and to extract the data, easily 'forskip'ing thru the selection set. Sure beats the the python 'dictionary' method. tim -- Tim Johnson <[tim--johnsons-web--com]> http://www.alaska-internet-solutions.com http://www.johnsons-web.com

 [2/3] from: petr:krenzelok:trz:cz at: 26-Jun-2003 18:57


Tim Johnson wrote:
>Hello Rebols: > DocKimbel and I had an OT exchange of emails early
<<quoted lines omitted: 17>>
>DocKimbel indicated that he had observed less memory fragmentation >in comparison of the two methods.
OK, why not to have it in a standard distro then? Maybe we should ask Doc to add it? -pekr-

 [3/3] from: tim::johnsons-web::com at: 26-Jun-2003 10:30


* Petr Krenzelok <[petr--krenzelok--trz--cz]> [030626 09:07]:
> Tim Johnson wrote: > >Hello Rebols:
<<quoted lines omitted: 24>>
> OK, why not to have it in a standard distro then? Maybe we should ask > Doc to add it?
I would be in favor of asking Doc, yes. tj -- Tim Johnson <[tim--johnsons-web--com]> http://www.alaska-internet-solutions.com http://www.johnsons-web.com

Notes
  • Quoted lines have been omitted from some messages.
    View the message alone to see the lines that have been omitted