search for: logdata_002

Displaying 1 result from an estimated 1 matches for "logdata_002".

Did you mean: logdata_001
2007 Jan 23
11
dynamic tablenames
...tioned file format, which I''m not keeping). For performance reasons I''m thinking about storing the data for each entity in separate tables. So instead of a ''logdata'' table with >200 million rows, I''d create ''logdata_001'', ''logdata_002'',... tables where the rowcount of even the biggest entity logdata stays below 3 million. Rails seems to have no problem with me setting the tablename (set_table_name) on each incoming request before accessing the database. I have this gut feeling though I''m overlooking somethin...