adsabs / AdsDataSqlSync

For non-bibliographic ADS data
GNU General Public License v3.0
1 stars 6 forks source link

Implement synchronization of flat files using collaborative/synchronous group of readers #47

Open romanchyla opened 7 years ago

romanchyla commented 7 years ago

Instead of reading flat files individually and inserting it into the separate table, we should read all flat files (line by line) - because they are already sorted - and insert them into a big table.