0

How can I remove multiple rows in one query in hypertable? It seems that delete doesn't do so and I read something about compact command, but it seems that it's not implemented yet.

Sassan
  • 2,187
  • 2
  • 24
  • 43

1 Answers1

0

No, thats not yet implemented. You have to delete row by row. The COMPACT command does not have anything to do with that.

cruppstahl
  • 2,447
  • 1
  • 19
  • 25