-- Andy Harfoot GeoData Institute University of Southampton Southampton SO17 1BJ Tel: +44 (0)23 8059 2719 Fax: +44 (0)23 8059 2849 www.geodata.soton.ac.uk --------------------------------------- For further information about GeoData's Training Courses, please visit: www.gis-train.com ---------------------------------------
Bare in mind that normal MI tables *TAB files* require at least three other
files, .MAP=contains mapping objects, .DAT=the data you see in your browser,
.ID=links the objects in MAP to the lines of data in DAT for a total of four
files for one table.
If you have even a single column of your table indexed, there will be a
fifth file, .IND=the index.
Hence, for 10,000 TAB files, you will have a total between 40k to 50k files
created which as Mats points out, could easily clog up one's server, or more
noticably, could choke one's HDD. (of course, with terabyte HDD getting
cheaper everyday, I suppose the latter may be a non issue but could still
cause issues).
Not trying to discourage, just thinking outside the box.
David Reid
----- Original Message -----
From: "GISRS" <gi...@live.co.uk>
To: "MapInfo-L" <mapi...@googlegroups.com>
Sent: Wednesday, June 29, 2011 8:54 AM
Subject: [MI-L] Re: split tab into multiple files each containing a single
feature.
Zery that's exactly what I was after thank you so much for your help.
For reference if any one else needs to use the tool the ID (rowid)
column needs to be a character field
--
Cinda Graubard
GeoMax
GIS and 3D Modeling for Mineral Exploration
Analysis, Integration, Visualization
Training, Support, Sales
I just did a count (not by hand!) and have almost 270,000 files on the
C-partition alone. No issue at all and the D and E-partitions have many
files too.
Regards
Uffe Kousgaard
David Reid wrote:
> Hence, for 10,000 TAB files, you will have a total between 40k to 50k files
> created which as Mats points out, could easily clog up one's server, or more
> noticably, could choke one's HDD. (of course, with terabyte HDD getting
> cheaper everyday, I suppose the latter may be a non issue but could still
> cause issues).
>
> David Reid
>
>
Regards
Uffe Kousgaard
--
Please make sure your column to split is in character type. It is only works in character right now.
Thank you.