Skip to content

Commit 06a890c

Browse files
committed
Remove Drop partitions from ReadMe
1 parent 8c28200 commit 06a890c

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

README.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -311,16 +311,6 @@ $count_result = 2;
311311
print_r($db->partitions('summing_partions_views', $count_result));
312312
```
313313

314-
Drop partitions ( pre production )
315-
316-
```php
317-
$count_old_days = 10;
318-
print_r($db->dropOldPartitions('summing_partions_views', $count_old_days));
319-
320-
// by `partition_id`
321-
print_r($db->dropPartition('summing_partions_views', '201512'));
322-
```
323-
324314
### Select WHERE IN ( _local csv file_ )
325315

326316
```php

0 commit comments

Comments
 (0)