Hello,
I have written some code that provides statistical information about visitors to a website (like "Google Analytics")
I have a REFERER table with refererID, refererURL columns. The refererURL contains the whole url, including the parameters.
other tables, such as the statistics table, refer to this table by the refererID column.
This is not efficient in terms of database storage space.
How could I save the referer URL differently to save as much space as I can?
Thank you Yaron