Docs
Join the conversation
Join Slack
Channels
announcement
contributors
github
questdb-linen
random
users-market-data
users-public
Powered by Linen
Title
t
terry
06/28/2022, 3:41 AM
drop table 'data_monitor' Could not lock 'data_monitor' [reason='ilpUdp'] TRUNCATE table 'data_monitor' table 'data_monitor' could not be truncated: [0]: table busy [reason=ilpUdp]
j
Jaromir Hamala
06/28/2022, 6:45 AM
hi terry, please see this FAQ item:
https://questdb.io/docs/troubleshooting/faq/#why-do-i-get-table-busy-error-messages-when-inserting-data-over-postgresql-wire-protocol
TRUNCATE is not INSERT, but it has the same cause.
it seems your ILP client keeps pushing data in.
t
terry
06/28/2022, 1:50 PM
yes but pushing data into another table not the one i want drop or truncate
j
Jaromir Hamala
06/28/2022, 1:58 PM
are you positive? the error message says the table you are trying to truncate is busy processing ILP messages.
t
terry
06/28/2022, 2:00 PM
yes i confirm have stop push data into the table i want drop