Tagged Questions
2
votes
5answers
577 views
What tools are available to document a legacy database schema (PDF, DOC, HTML, RTF)
I need to document a legacy database schema for a new employee and as there's no design document I'd like to generate one from the existing schema. As the tables are MyISAM the foregin key ...
0
votes
3answers
163 views
I need help creating a data dictionary for PHP/MySQL driven application
I am creating a property search/ comparison website. I require help creating the mysql tables that house the data.
I am unsure how many tables I will need and what I should use for the column ...
0
votes
2answers
86 views
MYSQL data files are compressed to gz
I have drupal website, the database is about 10GB. I was checking the datadir of my drupal database and found that some files are .gz!! why is this? and does it affect performance??
the website is ...