This repository was archived by the owner on Nov 9, 2017. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
ngauthier/ruby-on-rails-polymorphism-benchmarks
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Ruby on Rails Polymorphic Relation Benchmarking Nick Gauthier (nick@smartlogicsolutions.com) I created this app to test the polymorphic relationships in rails. Specifically, I wanted to know if using strings for comparison was slower than using a manual linking table via integers. I created four linking tables, two with strings and two with integers. One of each type has an index on the type, the other does not. Please expand upon my benchmarks to find the fastest way possible to create and (more importantly) find these links. Edit the file test/test_helper.rb to set parameters. Run with "rake" -Nick
About
Benchmarking tests of using RoR polymorphic relationships through strings versus integers, with and without indices.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published