Jump to content
Server Maintenance This Week. ×

getting late responsive time during retrieve data from db to php web page


This topic is 3515 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Hi,

I am creating php webpage for my filemaker application. I am getting problem in retrieve data from DB , it is taking so much time to retrieve and sometimes its going to deadlock condition.

 

I got to know the reason that due to huge no. of fields (around 5000), in my table, it is taking so much response time.

 

1 suggestion i got that i have to use 1 alternate table where number of fields will be less for retrieve purpose.

 

Please anybody give me suggestions for sort out my problem..

 

Thanks in advance,

 

Link to comment
Share on other sites

5000 fields would indicate that there may be a design issue as well - even my 'best' legacy system only has 2200 fields...

 

And, always use a layout with only the fields you need for your PHP queries - the queries will always bring back all the available information from the specified layout.

 

Cheers

Webko

Link to comment
Share on other sites

Yes fields are 5000. i am using 1 layout where necessary fields are there. but still during retrieval, it takes so much time as i get to know before retrieval PHP store all fields of DB in 1 variable and thast why it is taking time.

Link to comment
Share on other sites

Wow, 5000 fields on one layout. How do you digest what is there?

 

Your Profile shows you are Certified in version 10, is that correct?

 

Maybe if you explained what purpose these fields are for, we can get our heads around design. 

Link to comment
Share on other sites

No No, not all the 5000 fields are using on 1 layout. In DB i have 5000 fields but on layout we have required fields only.

 

but during retrieval from DB to PHP page taking time.

Link to comment
Share on other sites

  • 2 weeks later...

This topic is 3515 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.