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

  • SEARCH
  • Home
  • 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 6227255
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T09:11:00+00:00 2026-05-24T09:11:00+00:00

Simple question I can’t seem to find the answer to. I’m trying to squeeze

  • 0

Simple question I can’t seem to find the answer to.

I’m trying to squeeze some more performance out of this large app and I’m wondering if switching all of the mysql_fetch_array() function calls to only use MYSQL_ASSOC will make any difference.
It seems like it would since it’s creating an array with just:

$row['field1'] = 'field1-value';

instead of both numeric and associative keys for the same field:

$row[0] = 'field1-value';
$row['field1'] = 'field1-value';
  • 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-24T09:11:01+00:00Added an answer on May 24, 2026 at 9:11 am

    There are two concepts prevalent in this scenario, which you must consider:-

    1. It is always helpful to use the associative indices of “MYSQL_ASSOC” / “MYSQL_BOTH“, instead of just using the numerical indices, because the order of the fields may change in the lifetime of the website. If you understand & agree with this point, then you can use the “MYSQL_ASSOC” result type, instead of the “MYSQL_BOTH” result type.

    2. If you are concerned about how much memory is being used for queries that return large result sets, then you can use “mysql_free_result()” function. More details of this function can be found here. However, all the associated result memory is automatically freed at the end of the script’s execution.

    Now, coming back to your question, I think that from a performance point of view, using “MYSQL_ASSOC” result type may result in saving a little bit of memory of the server (where the website has been hosted, when the relevant web page is being executed by the PHP Parser), but you must also ensure & understand the above points as well.

    Hope it helps.

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

Sidebar

Related Questions

Simple question but I can't seem to find or figure out the answer. I
Simple question, can't seem to find an answer on Google. I'm normalizing a database
A simple question which I can't find the answer on the web for some
This is probably a simple question but I can't seem to find the solution.
This seems like a simple question but I can't find the answer anywhere. I've
Really quick and simple question but I can't find a decent answer to this
This is a simple question where can I find the bin folder where all
This is a simple question that can be answered fast by someone who's more
Pretty simple question that I can't quite find the answer for: Is there a
A simple question i can't figure out. I'm having this simple sendmail script in

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.