Cloned data source slower than cloneable

i use two cloned data source.... one to create a player and the other to record the movie to a file but when i start to record it is like it slows down.
could someone help me please ?
thank you in advance

There are a number of docs on how to profile EclipseLink to find out where time is being spent. Here is a link on overall performance:
http://wiki.eclipse.org/Optimizing_the_EclipseLink_Application_(ELUG)
Here is one specific to the EclipseLink profiler:
http://wiki.eclipse.org/EclipseLink/UserGuide/JPA/Advanced_JPA_Development/Performance/Performance_Monitoring_and_Profiling/Performance_Profiling
The profiler can tell you where each query is spending its time.
Please also note that you may want to turn on logging to see the SQL that actually gets generated for your JPQL query so you can see if there is a difference that might account for added time in the database statement. EclipseLink logging is described here: http://wiki.eclipse.org/EclipseLink/Examples/JPA/Logging . Remember to turn it off though for time comparisons as it will slow down the JPA query.
Please also remember that the database might be using a prepared statement for your JDBC query while have to parse the JPQL query statement the first time. Try executing the query multiple times to see how the performance changes.
Best Regards,
Chris

Similar Messages

  • PXI: NI 5600, data lost or stored if the loop time of processing is slow than the acquisition.

    I want to know what occurs exactly at the time of L acquisition and the processing data acquired with Ni 5600.  When J write my programme of processing of data in Labview, if the loop time of processing of data is slow than the acquisition, I want to know if PXI put the data in a buffer or then the data are lost. 
    J wait your answer impatiently. You can tell me the documentation were can i read to see the answer.
    Anybody can help me.

    hi abidi,
    First, let me tell you how buffered acquisiton works.
    If you are using Daq mx for continous acquisition, Labview will autoselect the size of buffer depending on the sampling rate specified.
    In sample clock.vi, select sample mode as "continous samples".
    Now, Labview will determine the loop speed for reading data that is written into the AI buffer and hence run  necssary number of AI read loops to retrieve data from the buffer every second.
    this loop speed can also be set by specifying "number of samples per channel" in AI read.vi.
    If you leave this value at default ( -1) labview will function as explained above
    This can also be set by user ,for example, if your sampling rate is 1000 saples per sec and number of samples per channel is 200, the AI Read functions is performed 5 times in a second. 
    read this link to get to know about cyclic buffers and continous acquisition.
    http://zone.ni.com/devzone/conceptd.nsf/webmain/F2DDCBAD754C687C86256802007B8514
    You tell that you are performing some processing on acquired data.
    Now, your prgram has to allocate adequate process time for acquiring,retriving data from buffer and then processing it.
    the time allocated for processing data depends on the kind of mathematical conversions involved. Nevertheless it is an overhead on the acquisition loop.
    this may result in overflow of buffer and data being overwrittien in buffer which results in data loss. An eror message might also pop up to warn that this has happened.
    so if your application permits, here's what you can do to avoid this problem
    First acquire data and save it on system in ascii or binary fromat.
    later retrieve this data file and perform processing /analysis on it.
    if you have any further doubts, plz tell.
    regards,
    Devchander M

  • How to use container's data source as mapviewer data source?

    Hi,
    I want to take advantage of connection pooling and hence was trying to create a mapviewer datasource from J2EE container.
    When I use the J2EE ds as the Mapviewer datasource in the Mapviewer admin page, it wouldn't work.
    Rest of the applications deployed on the OC4J container which makes use of the same J2EE ds works fine.
    I referred to the article below to configure the datasource(not the permanent stuff), but it didnt work.
    http://www.oracle.com/technology/products/mapviewer/htdocs/faq_1012/mvfaq_1012.html#oc4jds
    Any help is much appreciated.
    Cheers,
    Sumanth

    I am running mapviewer application with my dynamic datasource created out of JDBC URL. All the shipped-in demos and my own mapviewer application works fine with this.
    The trouble is when my application runs it creates too many database connections (my observation is a connection each for a theme).
    There are about 16 themes and the application opens up 16 connections (I have monitored the statements for each of these connections and they are for the individual themes). Although we could increase the max connections of our database, ideally we would like to make use of less connections.
    An efficient way of solving this would be to create the dynamic datasource out of J2EE data source rather than JDBC URL.
    So, when I define a dynamic datasource through the mapviewer admin page from an existing J2EE data source, it creates a datasource with JDBC URL as "thin:@:1521:" and schema user as "scott", both of which are incorrect. Referred to the article below to solve this but with no luck
    http://www.oracle.com/technology/products/mapviewer/htdocs/faq_1012/mvfaq_1012.html#oc4jds
    Sorry if I sound stupid with this elementary question. Would appreciate any help.
    Cheers,
    Sumanth

  • Alternative data source for EO and VO

    It is usually the requirement to customize the Entity Objects and View Objects so that they can work with data sources different than database schema objects (tables, views,...), some examples are Web Service or Oracle Coherence cache.
    I have developed mini projects using both data sources mentioned, by overriding relevant methods in the implementation EO and VO classes. There is one limitation I realize when developing these projects. Although both the EO and VO rely directly and completely on the alternative data sources (Web Service and Coherence), still there must be a schema object existing in the local database to back the EO and VO. This is because I still have to call super methods from ViewObjImpl and EntityImpl, and these methods are still doing some operations with the schema objects, and without these objects, ORA-00942: table or view does not exist will be thrown.
    For example, after overriding executeQueryForCollection in ViewObjImpl to take data from web service, it is still necessary to call super.executeQueryForCollection so that data will actually appear on the web page, and without the schema objects, this method will throw ORA-00942.
    My question is, is there any way to completely eliminate the need of schema objects in EO and VO? I know the answer (if exist) will be complicated but I'm willing to explore.
    Thanks.

    Thanks Timo,
    I figured out how to achieve this.
    Basically when creating the EO, I did not specify the schema object in the first step, and for each attribute that I created in the wizard, I also unchecked the checkbox "persistent". I could then create VO based on this EO and override all the necessary methods in the EO and VO so they can do CRUD operations via Web Service.
    In the case of only creating an VO (read-only, for retrieving/reading data only), I could also mark each attribute as "transient" by checking a checkbox in the creation wizard.
    Edited by: nhd on May 7, 2013 8:01 PM

  • Lookups to External Data Sources

    Is it possible to create data object lookup fields that point to data objects that are External Data Sources rather than Internal Data Objects.
    Thanks,
    Mark.

    Thanks for you reply Matt.
    Yes I did mean creating lookup fields to External Data Objects. I believe our issue is actually that we were trying to create a lookup from an External Data Object to another External Data Object - which doesn't seem to work.
    We have confirmed that we can lookup from an Internal Data Object to an External Data Object which will cater for the majority of the use cases. For any other cases (external looking up external) we will produce a new Internal Data Object and flatten out the lookup levels.
    Mark.

  • InfoSpoke as Data Source in the same system

    Hello Expert,
    I try to include the result of infospoke as transparent table (the source of infospoke is a basic cube), this table I need to include as DataSource for using into other cube into the same system.
    The transparent table is generated succesfully, but when I try to generate generic data source (SAVE), the system indicate a message:
    Invalid extract structure template /BIC/OHZRD_MMC_S of data source [name datasource].
    So it is very urgent and importat because it is part of a possible solution if anybody could help me in this hole or if exist other solution to my problem, please tell me.
    Thanks in advanced.

    Hello,
    I have not tried this method, as i will suggest the use of export data source , rather than extracting to a table and then loading to other data target.
    Now you are taking a long routelike: Cube-> open hub->table->datasource->data target
    if you use an export data source: Cube-> export datasource-> data target
    now, the scenario cant avoid such modeling of infospoke , then the option is to create a view bsed on the generated table and create the datasource on top of the view.
    Happy Tony

  • Why won't data merge allow more than one data source at a time?

    I need to number tickets, 8 up on a tabloid page, in InDesign (CS5)
    I have found out how to use data merge, but it won't allow me to select more than one data source at a time, therefore, making me use 800 sheets of paper instead of 100. That's not acceptable!! Is there a way to merge the pdfs if I make 8 different ones in the places they need to be? Each file that I export will have 100 pages, so is there a way to merge the files to put all eight tickets on each sheet, sequentially? This is driving me nuts!!!!!!!

    Past users have solved this frustrating problem. You can find their solutions with a Google search like "InDesign data merge multiple sequential items on one page" without quotes.
    HTH
    Regards,
    Peter
    Peter Gold
    KnowHow ProServices
    Frankie at Quad wrote:
    I need to number tickets, 8 up on a tabloid page, in InDesign (CS5)
    I have found out how to use data merge, but it won't allow me to select more than one data source at a time, therefore, making me use 800 sheets of paper instead of 100. That's not acceptable!! Is there a way to merge the pdfs if I make 8 different ones in the places they need to be? Each file that I export will have 100 pages, so is there a way to merge the files to put all eight tickets on each sheet, sequentially? This is driving me nuts!!!!!!!

  • More than one field in generic data source

    Hi All,
    We wanted extract Allocation data for the sales order from R/3 to BW. I am not able to find proper data source for it... there are two datasources..we wanted afs specific datasource
    2LIS_11_V_ITM  :  Sales-Shipping Allocation Item Data
    2LIS_11_V_SCL :  Sales-Shipping Allocation Schedule Line
    But its not reflecting allocated quantity at all...
    So we decided to create generic data source.. but there is one problem for some allocation ARUN is initial.. so i cann't use ARUN as delta field... can i use comination of  Sales order no,Item and Schedule line number as delta field....
    Because in RSO2 i can define only one field as delta specific field....
    How to proceed ???
    Regards,
    Viren.

    Hi,
    If you decided to use generic data source, make sure that, U'll have to take only
    one filed as a delta, I suggest, you take any date field rather than the value fields
    it may be created date/change date and so on so forth..
    Regards,
    Pattan.

  • Configuring more than one LDAP as data source

    Hi Portal Gurus,
    We have requiremnt to configure  MS ADS LDAP-> DEEP HIERARCHY  & Sun one LDAP->FLAT HIERRARCHY as PORTAL Datra Source.we have already configured MS ADS LDAP.
    for  merging these 2 LDAPS as a data source can anybody having experiece ...
    we  tried to configure with the below server  parameters for  2nd lDAP merging as per  below reference
    Configuration of More Than One LDAP Data Source"http://help.sap.com/saphelp_nw04/helpdata/en/4e/4d0d40c04af72ee10000000a1550b0/frameset.htm".But
    we could not suceeded.
    Server parameters:
    Server:  xxxx:23xx
    LDAP Search root:  dv=hub, o=vds
    Connection ID:  cn=Directory Manager
    password: xxxxx
    we dont have user path or group path for the above 2nd LDAP.
    anybody can help in this ..
    Regards
    Tag

    Tag,
    It sounds like this issue might be releated to the fact that your second LDAP connection is to SUN One.   Maybe one of these links will help
    http://help.sap.com/saphelp_erp2005vp/helpdata/en/aa/8f10f1e2bae346bef2853aa0f88f4c/frameset.htm
    or
    http://help.sap.com/saphelp_erp2005vp/helpdata/en/43/4c3725aeaf30b4e10000000a11466f/frameset.htm
    Regards,
    Keith
    Message was edited by: Keith Crossett

  • Select  More than one Data Source in UM Configuration

    hi,
    We configure our portal EP 6.0 with the CRM Dev system, such that the users created in CRM Dev system reflect in portal as well.
    now the problem is in CRM Test system. when we create users, users are going to create in CRM test system.but our portal is configured with CRM Dev system.
    is there any way to configure portal with both CRM Dev system users and CRM test system users.
    thanks

    See Select More than one Data Source in UM Configuration

  • Binding a component to more than one data source in Design Studio 1.3

    Hi All,
    Is it possible to bind more than one data source to a component in Design Studio 1.3?
    I have 2 Bex queries- one having the current year data(say 06.2013-05.2014) and the other having the previous year data(say 06.2012-05.2013).
    I want to create a column chart with x axis labels as 06,07,08.............01,02,03,04,05.
    The 05 will show 2 columns for 05.2014 and 05.2013
    The 04 will show 2 columns for 04.2014 and 04.2013
    and so on
    The 06 will show 2 columns for 06.2013 and 05.2012.
    Can this be achieved in Design Studio if only one data source is possible for a column chart?
    Thanks in advance for your responses,
    Sarah

    I don't see where this is possible out of the box as the properties for the chart show only one data source
    Is the data coming from one InfoProvider?  If so could you create one query that shows current year and with a BEx variable/offset show prior year?

  • Create a logical column with more than one data source

    I'm having a problem to create a logical column with more than one data source in Siebel 7.8.
    What I want to do is the union of 2 physical tables in one logical table.
    For example, I have a "local_clients" table and a "abroad_clients" table. What I want is to have a logical table "clients" with the client data from the 2 tables.
    What I've tried is dragging the datasources I need onto the logical column.
    However this isn't working because it only retrieves the data from the first data source.

    Hi!
    I think it is not possible to do this just by dragging the columns to the logical table. A logical table can have more than one source, but I think each column must have just one direct source column.
    I'm not sure, but maybe you should do the UNION SQL to get the data of the two tables. In the physical layer, when you create a new physical table, it's possible to set the "table type" as a "SELECT". I didn't try that, but it seems that it's possible to have the union table in the physical layer.
    Bye.
    Message was edited by:
    user578388

  • Can BO universe design tool read from more than one data source

    Hi Experts
    can I add personal data (from excel or Text) on a designer that is connected to relational Database
    can we combine more than one universe from different data sources to do so
    Please advise
    thanks all

    Thanks for reply
    I tried the linked universe concept but it is not working when I read in this topic in the universe design tool guide it indicated that
    both universes should have the same database I cote from this book
    ("The core universe and derived universe use the same data account, or database, and the same
    RDBMS.")
    I also checked in the designer help it says the same condition
    If you have idea how to do so please send me the steps
    thanks

  • When watching baseball highlights the video is slower than audio. I checked all my plug ins and they are up to date. suggestions?

    I have been having problems when watching video clips from news but mainly when I check the video highlights on mlb.com. The video is slower than the audio. It freezes up at times or drags.I have checked all my plug ins on firefox and they are up to date. I checked my PC for errors and cleaned it. But still having problems.

    You can check for problems with current Flash plugin versions and try these:
    *disable a possible RealPlayer Browser Record Plugin extension for Firefox and update the RealPlayer if installed
    *disable protected mode in the Flash plugin (Flash 11.3+ on Windows Vista and later)
    *disable hardware acceleration in the Flash plugin
    *http://kb.mozillazine.org/Flash#Troubleshooting

  • Info cube key figure quantity is more than the data source

    Hi,
    I am loading data from a custom table data source into an info cube. The data records and key figure quantity of the info cube is more than the data source custom table.
    I checked the extraction in RSA3. The number of records records and key figure quantity are exactly extracted from the data source in RSA3 transaction.
    But after loading using the info package, the number of records and the key figure quantity of the info cube is more than the actual records available in the data source. The update rule is simple 1 to 1 mapping.
    Kindly help to troubleshoot this issue.
    thanks and regards
    Murugesan

    Hi,
    There could be some other data already avilable in the Infocube. Pls take the Request ID or Number from the last run of the Infopackage you used and check the records only for that Request ID in Infocube.
    You can check the data in the LISTCUBE Transaction.
    Please let me know of you need additional information.
    Thanks,
    Jeysraj

Maybe you are looking for

  • Error message 'The remote server is not responding in a proper manner. Please retry after a few min

    We have high security at the company so I'm wondering if there is an issue with the firewall settings not letting adobe in. The progress bar when trying to run CreativeCloudSet-Up.exe only gets to about ten percent of the way before this error appear

  • Can I get a new one for free? ... battery expanding... weird sounds.

    Hi, ive had my macbook pro for about one and a half of a year. It is one of the first ones, so like many other people had, I have problems. first, my battery is expanidng, the middle cell is getting larger, and second my computer always makes annoyin

  • CP1518ni - no draft mode for printing color?

    I am trying to print a color PDF flyer.  I want to print low quality color flyers that dont use a lot of ink and print quickly. I have windows vista.  Under properties thepaper quality tab the only option under print quality is 'imageREt3600'  Right

  • CIM Error when doing partitioning in SMC Solaris 9

    Hi, When i create a new partition on a disk through Solaris Management Console i am getting the following error. Attempted Format of Partition c0t0d0s4 failed with unexpected CIM error: CIM_ERR_FAILED:CIM_ERR_FAILED: CIMProperty.getValue fialed for p

  • SQL server 2000 with Java Problems

    Dear Sir. I am a new user for SQL server 2000 with java. Nevertheless, I developed an application for store images and text data into SQL 2000 database using java. Presently my system is running 12-client computer with one server computer, I installe