Doctrine Project

  • Log In Access more options
    • Online Help
    • Keyboard Shortcuts
    • About JIRA
    • JIRA Credits
    • What’s New
  • Dashboards Access more options (Alt+d)
  • Projects Access more options (Alt+p)
  • Issues Access more options (Alt+i)
Doctrine 2 - ORM
  • Doctrine 2 - ORM
  • DDC-1889

generate persisters

  • Log In
  • Views
    • XML
    • Word
    • Printable

Details

  • Type: New Feature New Feature
  • Status: In Progress In Progress
  • Priority: Minor Minor
  • Resolution: Unresolved
  • Affects Version/s: None
  • Fix Version/s: None
  • Component/s: None
  • Security Level: All
  • Labels:
    None

Description

I'm not sure if this is really possible..

but to improve performance we should consider generate custom entity persisters.

Now entity persister are not cached,
if we generate it, we can create performance improvement in hidrators, avoiding checks and sql generation every time that an persister is called.

Activity

  • All
  • Comments
  • History
  • Activity
  • Source
Hide
Permalink
Benjamin Eberlei added a comment - 21/Jun/12 2:09 PM

This should be relatively easy in the first step by ust generate the RSM and SQL statements in the constructor and extending from the default persister.

Show
Benjamin Eberlei added a comment - 21/Jun/12 2:09 PM This should be relatively easy in the first step by ust generate the RSM and SQL statements in the constructor and extending from the default persister.

People

  • Assignee:
    Fabio B. Silva
    Reporter:
    Fabio B. Silva
Vote (0)
Watch (0)

Dates

  • Created:
    21/Jun/12 1:46 PM
    Updated:
    22/Oct/12 1:02 AM
  • Atlassian JIRA (v5.2.7#850-sha1:b2af0c8)
  • Report a problem
  • Powered by a free Atlassian JIRA open source license for Doctrine Project. Try JIRA - bug tracking software for your team.