1

Delete retention policy for database with default true. What happens to the database retention policy in this case?

  1. Step

    > show retention policies on market
    name       duration shardGroupDuration replicaN default
    ----       -------- ------------------ -------- -------
    autogen    0s       168h0m0s           1        false
    exem_rp    672h0m0s 1h0m0s             1        true
    
  2. Step 2

    > drop retention policy exem_rp on market
    > show retention policies on market
    name       duration shardGroupDuration replicaN default
    ----       -------- ------------------ -------- -------
    autogen    0s       168h0m0s           1        false
    
Markus W Mahlberg
  • 19,711
  • 6
  • 65
  • 89
유성현
  • 11
  • 1

0 Answers0