mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-28 03:15:33 +02:00
[391966][dstore][performance] unnecessary call slows down large queries
This commit is contained in:
parent
11f7a5cf38
commit
1062b05a6a
1 changed files with 1 additions and 4 deletions
|
@ -27,6 +27,7 @@
|
||||||
* David McKnight (IBM) - [358301] [DSTORE] Hang during debug source look up
|
* David McKnight (IBM) - [358301] [DSTORE] Hang during debug source look up
|
||||||
* David McKnight (IBM) - [367449] [dstore] allow custom encoding for data transport layer
|
* David McKnight (IBM) - [367449] [dstore] allow custom encoding for data transport layer
|
||||||
* David McKnight (IBM) - [378136][dstore] miner.finish is stuck
|
* David McKnight (IBM) - [378136][dstore] miner.finish is stuck
|
||||||
|
* David McKnight (IBM) - [391966][dstore][performance] unnecessary call slows down large queries
|
||||||
*******************************************************************************/
|
*******************************************************************************/
|
||||||
|
|
||||||
package org.eclipse.dstore.internal.core.util;
|
package org.eclipse.dstore.internal.core.util;
|
||||||
|
@ -1011,10 +1012,6 @@ public class XMLparser
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
// new object
|
// new object
|
||||||
if (_dataStore.isVirtual())
|
|
||||||
{
|
|
||||||
result = _dataStore.find(parent, DE.A_NAME, attributes[DE.A_NAME], 1);
|
|
||||||
}
|
|
||||||
if (isSpirit)
|
if (isSpirit)
|
||||||
{
|
{
|
||||||
if (!_dataStore.isVirtual()) attributes[DE.A_REF_TYPE] = DataStoreResources.VALUE;
|
if (!_dataStore.isVirtual()) attributes[DE.A_REF_TYPE] = DataStoreResources.VALUE;
|
||||||
|
|
Loading…
Add table
Reference in a new issue