Sopel97 / chess_pos_db

Database software for chess position statistics. Designed to provide high performance and handle billions of games.
MIT License
3 stars 4 forks source link

adding positions to a database #7

Closed Sopel97 closed 4 years ago

Sopel97 commented 4 years ago

Currently it's possible to add more pgn to an existing database but it's not exposed.

Doing this properly requires an "intelligent" scheme for when to merge files and which files to merge (for current two formats)

One way would be to remerge all files. Others could merge consecutive files with similar length. Overall there's no good way. It may require some hints from the user - in which case we would have many merging schemes and the user would choose one when making a request.