PROBLEM
The size of a shapefile increases significantly after joining a table to the shapefile and exporting the joined shapefile and table to a new shapefile to make the join permanent. The size increment takes place in the .dbf file extension of the shapefile, which stores the attribute information of features in the shapefile.
The length of the fields in the table joined to the shapefile are set to a very high value. When exporting the shapefile containing fields with high-length values into a new shapefile, the exported shapefile maintains the length of fields of the joined table. This results in a significant increase of the exported shapefile size, specifically in the .dbf file extension of the shapefile.
To reduce the size of the .dbf file extension of the shapefile, use one of the following three workarounds:
Option 1: Export the joined shapefile as a geodatabase feature class
Export as a feature class instead of a shapefile. Feature classes compress unused space and results in a smaller output file.
Follow the steps below to export the joined shapefile to a feature class after joining the table to the shapefile.
Option 2: Use the Merge tool to set the field's length in the exported shapefile to a smaller value
Keep the exported data in shapefile form instead of a feature class, but reduce the length of fields in the shapefile by using the Merge tool. The Merge tool provides the ability to control the fields in the output dataset and the contents of the fields using the Field Map control, which allows the length value of the fields to be set to a lower value and reduces the size of the output shapefile.
Follow the steps below after joining the table to the shapefile and exporting the shapefile to a new shapefile, to edit the fields length in the exported shapefile:
Option 3: Modify the table's source before joining in ArcMap
Edit the source of the table to reduce the size before joining it to a shapefile. For example, set the length value of the fields from the table source (e.g., Microsoft Excel or Access) to a lower value. This workaround ensures the size of the table is at its minimum size before joining the table to a shapefile in ArcMap.
Get help from ArcGIS experts
Download the Esri Support App