2011/3/31 funny_falcon <[email protected]> > Does your data contain many timestamps? Have you tried install > `sequel_pg` gem or `home_run`? > > I'm on ubuntu and using 1.8.7, on a netbook. Yes, this is a slow system. I even replace metacity with openbox to get better performance I don't think I can run new version of delphi here on this system, But I'm done with delphi, when a program got big, it's very hard to modify so I make my program here using Ruby, which I found very relaxing
>From what I found, it's not retrieving data from DB that is slow, it's looping through data to put it on treeview (I use GTK) that's slow at best I can loop through 5000 row in 5 sec, So I guess It's a problem with Ruby, not the lib What I do is change the design how my program works by paginate them to 50 row, this way I got the speed I need I'll take a look at sequel_pg and home_run -- Suka linux? Kunjungi blog saya http://penguinroad.blogspot.com -- You received this message because you are subscribed to the Google Groups "sequel-talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sequel-talk?hl=en.
