[QUOTE 3322120, member: 9609"]hmmmm. trouble is I am not really sure what I want to do and everybody talks in another language. I may need some time[/QUOTE]
Yes.
The trick is to ask questions about the problem, not the solution. Say what you are trying to achieve, and you can get better advice on how to get there. E.g. "I want users to be able to download KML files of the tracks they create" rather than "How do I store a KML file in the database?"
FWIW, I had an old database of GPS tracking from my windows 6 smart phone dating back to 2008. I decided to get that into strava. The table format was latitude, longitude, date/time and trip number**. So I wrote a script to get all the points for each trip and create a GPX file from them. It was pretty quick to do. So rather than storing entire KML, storing the points and then generating gpx, kml, tcx or whatever on demand might be better.
*** and lots of other things I didn't need.