<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    On 7/28/2022 5:52 AM, krishna Ayyala via Qgis-user wrote:
    <blockquote type="cite">
      <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      <div dir="ltr">dbf file itself is 5.1GB. Rest all other files are
        less than 500MB. It is the number of records which is huge. It
        has about 117,2100 points.</div>
      <br>
    </blockquote>
    <br>
    Is that 117,200 points or 1,172,100 points? In either case, there's
    almost certainly  something wrong with your file, as you have either
    50K or 5K bytes per point, which is off by one or more orders of
    magnitude.<br>
    <br>
    For comparison, I created a set of 1M random points with 14
    attributes inherited from the polygon they lie in. This includes 3
    qlongong fields, 9 doubles,  and 3 strings with a total length of 40
    chars. I saved this as a shapefile and the total size is ~300M.<br>
  </body>
</html>