• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Why do database people insist on cryptic shorthand names and underscores

Status
Not open for further replies.

halik

Lifer
i_dnt_undstnd_y_ths_is_gd_sntx

Seriously, is there any rational reason to keep doing that nonsense? Why not spell the names out? This goes both for table and column names.
 
trying to go as short as possible while also containing all information that they think the DB name needs to contain?
 
trying to go as short as possible while also containing all information that they think the DB name needs to contain?

Why? If you're warehousing millions of records, why are you saving 10 characters at the cost of usability?
 
Because if directories are built based upon the database / table / row / etc. name then the shorter the better, as excessively long names can run into problems when storing on a windows machine.
 
Status
Not open for further replies.
Back
Top