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 7752221
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T11:44:38+00:00 2026-06-01T11:44:38+00:00

Suppose I’m loading a large number of objects from a database. These are normal,

  • 0

Suppose I’m loading a large number of objects from a database. These are normal, plain PHP objects, no inheritance from anything fancy. Suppose I might change a few of these objects and want to write them back to the database, but only use the fields that actually differ in the UPDATE … SET … query. Also suppose that I don’t know in advance which objects are going to be changed.

I’m thinking that I need to make a copy of all the objects loaded, and keep around for reference and comparison, should I need to write objects back to the database.

I see two possible approaches:

  • I can either clone all the loaded objects and store in a separate list. When saving, look up the object in the list using an index, and compare the values.
  • Or, I can simply serialize everything loaded into a string, and keep around. When saving, find the serialized object in the string (somehow), unserialize it, compare the values, and there you go.

In terms of efficiency (mostly memory, but speed is also a consideration), which would be favorable?

  • 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-06-01T11:44:40+00:00Added an answer on June 1, 2026 at 11:44 am

    Well you actually needs something to compare if the state of the object has changed or not. If you even want to track not only which object has changed but also which member, you need to have a state per member.

    As you don’t want to extend the original objects (e.g. they could have a flag they invalidate when they are changed), you need to track the state from the outside. I’d say serializing is probably the best option then. Cloning will take more memory.

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

Sidebar

Related Questions

Suppose there is a MySQL user alice that is currently connected to the database.
Suppose a large composite application built on several foundation components packaged in their own
Suppose I had a query select name from tbl where dept = 123 which
Suppose , i have some x test-cases to be read from input, where each
Suppose i have an XML file, that i use as local database, like this):
Suppose I have a stream of [acme] objects that I want to expose via
suppose we have three tables in the Database: tbl_companymaster(company_id(PK),company_name) tbl_papermaster(paper_id(PK),paper_name,rate) tbl_rate(rate_id(PK),company_id(FK ),paper_id(FK),rate) we have
Suppose I want to define an enum pointing to an array of objects. Can
Suppose I have: public class foobar { public int lorem; public int ipsum; }
Suppose we have the following table data: ID parent stage submitted 1 1 1

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.