Regarding: http://dev.rubyonrails.org/ticket/4433
I created a small patch for this ticket that makes an association's
owner and reflection available to code in extensions. I'd like to
get some feedback on the approach I took and some indication as to
whether this might be accepted into t
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
I have been working on a temporary tables plugin/extension for ActiveRecord
since early January 2006 as I have needed to support
hundreds of thousands of rows being inserted at a time every few hours. I
mentioned it on the list and got a few private
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
zdennis wrote:
>
> I currently use RoR on a few small web sites, and some internal webapps, but
> I spend 90% of my time with RoR with AR optimizing
> it's speed.
>
I forgot to add, the 90% of my time with AR is because of a huge intranet
driven
> > I currently use RoR on a few small web sites, and some internal webapps,
> > but I spend 90% of my time with RoR with AR optimizing
> > it's speed.
Are you only noticing this speed problem with big batch operations
like you mentioned in the earlier email?
When working with an ORM, it's fairl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Michael Koziarski wrote:
>>>I currently use RoR on a few small web sites, and some internal webapps, but
>>>I spend 90% of my time with RoR with AR optimizing
>>>it's speed.
>
>
> Are you only noticing this speed problem with big batch operations
>
Your IO Mode plugin sounds interesting too... care to share it? That
and this bulk AR/virtual table both sound useful to me. Release them
as plugins? : )
-jeff
On 4/18/06, zdennis <[EMAIL PROTECTED]> wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Michael Koziarski wrote:
> >>>I curr