Hi,
I have like millions of text lines to ingest to the database but there are duplicate lines among all the lines. How can I avoid inserting duplicated lines into the DB? For example, in elastic I’m able to overwrite the “_id” attribute when ingesting the data but here Im unable to do that. Any idea?
There is no possibility to set any column as primary key as well afaik.
Thanks