aboutsummaryrefslogtreecommitdiff
path: root/BUGS.org
diff options
context:
space:
mode:
authorArun Isaac2021-12-24 16:17:19 +0530
committerArun Isaac2021-12-24 16:17:19 +0530
commit4b9912994036845f3202e59f875fa3e297f109db (patch)
tree17c4dc0186b95d210e11f8f689018c8f1926ee72 /BUGS.org
parentd8d9d55016aa431756e97d0bd47a51f5fbf37f16 (diff)
downloadgn-transform-databases-4b9912994036845f3202e59f875fa3e297f109db.tar.gz
BUGS: Add table size estimates bug.
* BUGS.org (Fix table size estimates): New bug.
Diffstat (limited to 'BUGS.org')
-rw-r--r--BUGS.org5
1 files changed, 5 insertions, 0 deletions
diff --git a/BUGS.org b/BUGS.org
index ed1e9ac..e2725f2 100644
--- a/BUGS.org
+++ b/BUGS.org
@@ -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.