Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 538825
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T10:04:20+00:00 2026-05-13T10:04:20+00:00

Is there any way to prevent ActiveRecord from issued a SHOW FIELDS to the

  • 0

Is there any way to prevent ActiveRecord from issued a SHOW FIELDS to the database when it’s not needed?

I’m working on database performance critical application, and just noticed that on a typical query my SELECT takes 0.5 ms and the related SHOW FIELDS takes 2 ms — 4 times longer! Even more importantly, it’s not needed because I’m already specifying the only column I want to retrieve:

UsersAddress.find(:all, :conditions => {:user_id => 1}, :select => :address_id)

UsersAddress Load (0.5ms) SELECT address_id FROM users_addresses WHERE (users_addresses.user_id = 1)

UsersAddress Columns (2.1ms) SHOW FIELDS FROM users_addresses

Granted, this only happens once each time some table is touched for the first time, but shouldn’t it be avoidable complete? First of all, that info is already in my schema. Second, I don’t need it.

Any ideas how to optimize this so that Rails won’t run a SHOW FIELDS unless it really needs it?

Thanks!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-13T10:04:20+00:00Added an answer on May 13, 2026 at 10:04 am

    In production mode it will load only once after starting a server (not every request).

    In development mode it is loaded on every request (because it is development mode and it restarts almost everything every request)

    So you don’t have to worry about it in production mode.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is there any way to prevent Visual Studio from creating a VSMacros80 folder in
Is there any way to prevent o.GetType() from throwing an exception when called on
Is there any way to prevent SQL Server 2008 from interpolating dates and times
Is there any way to prevent a click from an <a> triggering delegated click
Is there any way to prevent Silverlight/RIA Services from converting a datetime object on
Is there any way to prevent the Text/HTML Module in DNN from adding tags
is there any way to prevent the WindowsForm button control from performing a line
Is there any way to prevent prevent a custom tool from running or remove
Is there any way to prevent a key like F1 from being pressed? After
Is there any way to prevent the doInBackground method/thread of an AsyncTask from starting

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.