Skip to content

How to implement insert ignore unique rows only? #180

Closed Answered by sanikolaev
d47081 asked this question in Q&A
Discussion options

You must be logged in to vote

Manticore doesn't support INSERT IGNORE, but it does support REPLACE - https://github.com/manticoresoftware/manticoresearch-php/blob/master/docs/usage.md#replace

If you want INSERT IGNORE, you can ignore an error due to a duplicate document in your app.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@d47081
Comment options

Answer selected by d47081
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants