Forum: MySQL 25 Days Ago |
| Replies: 16 Views: 1,032 Oops... Wrong thread for this post... |
Forum: MySQL 26 Days Ago |
| Replies: 16 Views: 1,032 Did you know that with todays cpu speeds the average computer can calculate the reverse lookup of any hash that contains up to two digits. So if there are >=2 digits being stored in a hash then the... |
Forum: MySQL 27 Days Ago |
| Replies: 16 Views: 1,032 So is the char field type faster than text field type? Because that's what I really need to know although it's a bugga it will consume more space for faster performance. |
Forum: MySQL 28 Days Ago |
| Replies: 16 Views: 1,032 I will give it a try and just in case I need to know, what do I do if my string length exceeds 255. Also does the string length effect the storage requirements as in does this make all rows have... |
Forum: MySQL 28 Days Ago |
| Replies: 16 Views: 1,032 Then for the 150 you used, does that specify the string length? If so then is it possible to have a variable string length where different rows have different lengths? |
Forum: MySQL 30 Days Ago |
| Replies: 16 Views: 1,032 Well basically on my first attempt with I might try a similar approach again was a table of 4 columns just plain text type (not varchar). They all have variable length and I can never seem to get... |
Forum: MySQL 32 Days Ago |
| Replies: 16 Views: 1,032 Then how many rows do you have and how much cpu? In each of my tables is only 4 text columns and one int column. Also the word NULL occurs as the value most of the time with my current structure if... |
Forum: MySQL 33 Days Ago |
| Replies: 16 Views: 1,032 Hi and I have been working on a project involving a rather large database. My question is "For a database with over 20529860 rows, is it better to have 3330 tables spreaded equally or to split into... |
Forum: MySQL Jun 24th, 2009 |
| Replies: 6 Views: 868 From what I can understand of that yes that is correct. So basically it just joins the columns of the two tables so there is one big table with lots of columns then the new data joins with the... |
Forum: MySQL Jun 24th, 2009 |
| Replies: 6 Views: 868 When combining tables to make one big table, you need to have a common column to pair with which in your case appears to be the column named "code". A tutorial can be found at... |
Forum: MySQL May 10th, 2009 |
| Replies: 0 Views: 374 Hi,
I have been trying to find a way to get my databases on two external hard drives plus one internal hard drive but I just can't find a way to place each database on a separate drive. The only... |