Comment on Show HN: Parsing CSV files with GPUparentComments−dilap11yIn the real world, sometimes you have an external data source, in csv (which you can't control), which is changing, which you want to reread as quickly as possible. :)−ldng11yYou then use PostgreSQL Foreign Data Wrapper (aka SQL/MED)
Comments
In the real world, sometimes you have an external data source, in csv (which you can't control), which is changing, which you want to reread as quickly as possible. :)
You then use PostgreSQL Foreign Data Wrapper (aka SQL/MED)