Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SimpleRecord::Attributes#get_attribute is very slow #56

Open
krishan1390 opened this issue Apr 9, 2015 · 2 comments
Open

SimpleRecord::Attributes#get_attribute is very slow #56

krishan1390 opened this issue Apr 9, 2015 · 2 comments

Comments

@krishan1390
Copy link

The performance of the get_attribute method for simple record is pretty bad. Profiling results show the code spends 1.65 secs in this method for 8050 calls. Surely something is wrong

@treeder
Copy link
Member

treeder commented Apr 9, 2015

Are you using clob types?

@krishan1390
Copy link
Author

No. All the data types used are simple integer and string data types. And every field fetch takes more time than expected

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants