Difference between revisions of "Databases"

From Chessprogramming wiki
Jump to: navigation, search
Line 55: Line 55:
 
* [http://www.talkchess.com/forum/viewtopic.php?t=66866 Speed up arbitrary position search in database] by [[Dominik Klein]], [[CCC]], March 17, 2018
 
* [http://www.talkchess.com/forum/viewtopic.php?t=66866 Speed up arbitrary position search in database] by [[Dominik Klein]], [[CCC]], March 17, 2018
 
* [http://www.talkchess.com/forum3/viewtopic.php?f=2&t=71764 ChessDBCN] by [[Bojun Guo|noobpwnftw]], [[CCC]], September 09, 2019
 
* [http://www.talkchess.com/forum3/viewtopic.php?f=2&t=71764 ChessDBCN] by [[Bojun Guo|noobpwnftw]], [[CCC]], September 09, 2019
 +
* [https://www.talkchess.com/forum3/viewtopic.php?f=7&t=78464 Open Chess Game Database Standard (OCGDB)] by [[Pham Hong Nguyen|Nguyen Pham]], [[CCC]], October 20, 2021
  
 
=External Links=
 
=External Links=

Revision as of 12:18, 7 November 2021

Home * Software * Chess Databases

Chess Databases,
an organized collection of chess games to perform selects, updates, inserts and deletes of games through a query language or data manipulation language, most often implemented as dialogue oriented user interface of a backend. Data and query results of chess databases are typically organized as list of games, or as tree of positions which nodes index the games. They usually consist of multiple related computer files keeping header information, annotations, moves, classifiers such as opening keys à la ECO or NIC-Key, hashes and indices for fast retrieval, quite similar to ISAM.

Commercial Chess Databases

Free Chess Databases

ChessDB
Scid on the Go
Scid vs. PC
Scidb

See also

PGN Collections

Publications

Forum Posts

1990 ...

2010 ...

2015 ...

External Links

Online Lookup

Games & Opening

Endgames

References

  1. Grue - the XML Boosted Chess Database
  2. Karsten Bauermeister (1997). Seiner Zeit voraus: Intelligent Chess - der erste Schachcomputer mit eingebauter Datenbank. Computerschach und Spiele (German)
  3. GitHub - noobpwnftw/chessdb: ChessDB
  4. Introducing the online ChessBase database by Albert Silver, ChessBase News, January 17, 2014
  5. Chess databases from online servers by Yolin Bardan, CCC, November 09, 2017

Up one Level