First, in the aws website control panel, right-click EBS directly, and then manually set the size of EBS. After setting, you can view the progress in the EBS list. When the progress reaches 100%, execute the following command: 1, sudo lsblk (View existing volume and partition information) 2, sudo growpart /dev/xvda 1 3, sudo resize2fs […]
Month: May 2021
BloomFilter
BloomFilter can be used to quickly determine duplicate values from big data
MySQL Working With Dates
The most difficult part when working with dates is to be sure that the format of the date you are trying to insert, matches the format of the date column in the database. As long as your data contains only the date portion, your queries will work as expected. However, if a time portion is […]