diff options
author | Arun Isaac | 2021-12-24 16:17:19 +0530 |
---|---|---|
committer | Arun Isaac | 2021-12-24 16:17:19 +0530 |
commit | 4b9912994036845f3202e59f875fa3e297f109db (patch) | |
tree | 17c4dc0186b95d210e11f8f689018c8f1926ee72 | |
parent | d8d9d55016aa431756e97d0bd47a51f5fbf37f16 (diff) | |
download | gn-transform-databases-4b9912994036845f3202e59f875fa3e297f109db.tar.gz |
BUGS: Add table size estimates bug.
* BUGS.org (Fix table size estimates): New bug.
-rw-r--r-- | BUGS.org | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -21,3 +21,8 @@ interpreted in UTF-8, they appear to have unprintable characters. Somehow, guess the encoding of the retrieved strings and compensate. +* TODO Fix table size estimates :minor:easy: + <2021-12-24 Fri> + The tables function in dump.scm estimates the table size from the + data_length column of the information_schema.tables table. But, this + is correct only for MyISAM tables. Generalize it. |