I know that to take database dump I can ignore some tables. but I want to take the dump of all table with some percentage of data like 20% 40% because the whole dump is too big. here is my normal dump query.
mysqldump -h dburl -u user -p password --databases dbname > dbname.sql
I am not looking for specific OS and using Linux Ubuntu.