Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have an update job that is updating data for my "Bonds" entity in my "SecurityMaster" Model.
Below is the output from the exist.log. I'm wondering why is it trying to remove the same "Id" 28646 somany times? This is 10 seconds to update each record. EXTREMELY SLOW!
I really hope i'm doing something wrong here... any ideas?
2011-03-08 02:41:42,158 INFO (NativeBroker.java :2222) - Removing document SecurityMaster.Bonds.28646 (38216) ...
2011-03-08 02:41:42,159 INFO (RpcConnection.java :307) - query took 0ms.
2011-03-08 02:41:43,098 INFO (NativeBroker.java :2222) - Removing document SecurityMaster.Bonds.28646 (38216) ...
2011-03-08 02:41:44,537 INFO (RpcConnection.java :307) - query took 0ms.
2011-03-08 02:41:45,449 INFO (NativeBroker.java :2222) - Removing document SecurityMaster.Bonds.28646 (38216) ...
2011-03-08 02:41:46,990 INFO (NativeBroker.java :2222) - Removing document SecurityMaster.Bonds.28646 (38216) ...
2011-03-08 02:41:47,037 INFO (RpcConnection.java :307) - query took 0ms.
2011-03-08 02:41:48,042 INFO (NativeBroker.java :2222) - Removing document SecurityMaster.Bonds.28646 (38216) ...
2011-03-08 02:41:49,538 INFO (RpcConnection.java :307) - query took 0ms.
2011-03-08 02:41:50,280 INFO (NativeBroker.java :2222) - Removing document SecurityMaster.Bonds.28646 (38216) ...
2011-03-08 02:41:51,139 INFO (NativeBroker.java :2222) - Removing document SecurityMaster.Bonds.28646 (38216) ...
2011-03-08 02:41:52,040 INFO (RpcConnection.java :307) - query took 0ms.