How do we flush the already ingested data? #920
Replies: 6 comments 5 replies
-
Could you provide me with both the suggested changes from before and any additional ones you have to make for a review? Thank you in advance for your patience and your great contribution. I'll be waiting for your message. |
Beta Was this translation helpful? Give feedback.
-
Hello,
|
Beta Was this translation helpful? Give feedback.
-
You can execute the TRUNCATE TABLE users; But you can also use the DELETE FROM users WHERE age > 18;
Yes, you can specify files while using the TRUNCATE TABLE users WHERE file_name = 'file1.txt'; How can we make this work faster? You made me sweat 😂. Okay, here's the trick: use the Regarding the sheet you mentioned, there is no such sheet, but you gave me an idea. If I have any information about it, we could delve into the topic further. Let me know if it worked because my head almost caught fire 😂. It's a pleasure to support you. I'll be waiting for your positive response about the data. I hope it works. |
Beta Was this translation helpful? Give feedback.
-
Wouldn't it just be easier to delete the folder called db and THEN ingest the new data...? |
Beta Was this translation helpful? Give feedback.
-
Hey, But still as i have stated CPU power is not enough to give faster output waiting for some GPU utilisation. @Ciaranwuk Actually a good point but we cannot always come to the directory and delete it right? |
Beta Was this translation helpful? Give feedback.
-
Run this:
|
Beta Was this translation helpful? Give feedback.
-
Hey,
I have added some files now again i have added new files but i don't want the old files to be queried so how do we flush the already ingested data? Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions