My MysQL database contains multiple MyISAM tables, with each table containing millions of rows. There is a heavy insert load on the database, so I cannot issue SELECTs on that live database. Instead,
I have a MySQL database that contains millions of rows per table and there are 9 开发者_运维百科tables in total. The database is fully populated, and all I am doing is reads i.e., there are no INSERTs
I have a table that has 100.000 rows, and soon it will be doubled. The size of the database is currently 5 gb and most of them goes to one particular column, which is a text column for PDF files. We e
I\'m designing an internal web application that uses MySQL as its backend database.The integrity of the data is crucial, so I am using the innoDB engine for its foreign key constraint features.
I\'ve got an application that requires the use of MyISAM on a few tables, but the rest are the traditional InnoDB type. The application itself is not concerned with transactions where it applies to th
Since foreign keys are not supported by partitioned mySQL databases for the moment, I would like to hear some pro\'s and con\'s for a read-heavy application that will handle around 1-400 000 rows per
I postet this question a few days ago but I didn\'t explain exactly what I want. I ask the question better formulated again:
I\'m getting these about 5 times an hour in my slow query logs: # Query_time: 11.420629Lock_time: 0.000033 Rows_sent: 0Rows_examined: 0
I\'m having trouble with a liferay installation that is suddenly (without any code mod开发者_StackOverflow社区ifications) failing with \"dulplicate id\" errors.We\'ve identified that the issue may be
I\'m importing 4.1mil records into an offline system to do some analysis on a subset of our database.As I\'m running the import, I\'m trying to check its progress by using: