To Know the list of database schema and their size Run below Sql Query SELECT schema_name,pg_size_pretty(sum(table_size)::bigint) as “disk space”,(sum(table_size) / pg_database_size(current_database())) * 100 as “percent”…
Leave a Commentaloksah.org Posts
Recently working on MEAN (MONGODB, EXPRESSJS, ANGULAR, NODEJS) Stack environment. I enjoy to wotked on application how its eco friendly with web. After finishing my…
Leave a CommentStoring large object files into database is much interesting then saving path of files. Large object data like images, document can be save into database…
Leave a CommentA few days ago, I have to take my database dump which is in my local system and stored in MySQL, i tried from software…
9 Comments