Welcome Guest, Not a member yet? Register   Sign In
Buddy Bradley's ActiveRecord in Production site
#5

[eluser]nmweb[/eluser]
Kohana has a similar but more extensive implementation of ORM based on this library. It is slower than the ActiveRecord implementation which is slower than raw queries, all as expected. Memory usage is quite a bit higher when selecting a lot of records because an object is instantiated for each record.

http://mediex.homeserver.com/dev/kohana/...k/database shows some benchmark results. It deals with I think over 700 records or so. As a whole I think ORM in this form is pretty fast and little can be done to make it faster.


Messages In This Thread
Buddy Bradley's ActiveRecord in Production site - by El Forum - 01-18-2008, 12:52 PM
Buddy Bradley's ActiveRecord in Production site - by El Forum - 01-19-2008, 02:05 AM
Buddy Bradley's ActiveRecord in Production site - by El Forum - 01-19-2008, 07:32 AM
Buddy Bradley's ActiveRecord in Production site - by El Forum - 01-19-2008, 08:37 AM
Buddy Bradley's ActiveRecord in Production site - by El Forum - 01-19-2008, 09:10 AM
Buddy Bradley's ActiveRecord in Production site - by El Forum - 01-19-2008, 09:31 AM
Buddy Bradley's ActiveRecord in Production site - by El Forum - 01-19-2008, 10:47 AM
Buddy Bradley's ActiveRecord in Production site - by El Forum - 01-26-2008, 03:56 PM



Theme © iAndrew 2016 - Forum software by © MyBB