-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reverts the Support to Upsert/Insert Ignore on PDB (#471)
Recently, it was added a support for the upsert of entries in the pdb library. The feature added supported for entities to, when applicable, be able to be upserted or depending on the engine implementation, an insert ignore or even merge. The feature also enabled the upsert feature for batch processing, i.e. entries could now use the new upsert API. However, after its usage it was possible to conclude it decreased performance when client application used this new API. Giving the degrading performance and also the log messages some of the entities generated for not having the upsert statement available, it was decided to remove this feature entirely from the pdb code-base. --- * Revert "Removes error logging for UPSERT command when creating an entity (#407)" This reverts commit 94ba1a5. * Revert "Add Support to Upsert/Insert Ignore on PDB (#392)" This reverts commit 46f29b2. * Revert "Add Support to Upsert/Insert Ignore on PDB (#389)" This reverts commit 963cd30. * Revert "Add Support to Upsert/Insert Ignore on PDB (#388)" This reverts commit d4f7c4e. * Revert "Add Support to Upsert/Insert Ignore on PDB" This reverts commit d626297. * Revert "Add Support to Upsert/Insert Ignore on PDB" This reverts commit 1d32f7f. * Revert "Add Support to Upsert/Insert Ignore on PDB" This reverts commit 36a434c. * Revert "Add Support to Upsert/Insert Ignore on PDB" This reverts commit 1658965. * Revert "Add Support to Upsert/Insert Ignore on PDB" This reverts commit d2f153b. * Revert "Add Support to Upsert/Insert Ignore on PDB" This reverts commit 2f0d1ff * Revert "Add Support to Upsert/Insert Ignore on PDB" This reverts commit 348a22d * Revert "Add Support to Upsert/Insert Ignore on PDB" This reverts commit e100a51
- Loading branch information
1 parent
d4995ce
commit 4562805
Showing
15 changed files
with
40 additions
and
528 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.