{"about":{"site":"https://codewithpapers.app","non_affiliation":"Code with Papers and Syntology are not affiliated with, endorsed by, or sponsored by Papers with Code, Meta, or the pwc-archive mirror.","licence":"CC BY-SA 4.0","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","attribution":"https://codewithpapers.app/attribution","modified":"archive material modified by Syntology; see the attribution page"},"url":"/paper/learned-cardinalities-estimating-correlated","title":"Learned Cardinalities: Estimating Correlated Joins with Deep Learning","arxiv_id":"1809.00677","date":"2018-09-03","proceeding":null,"authors":["Andreas Kipf","Thomas Kipf","Bernhard Radke","Viktor Leis","Peter Boncz","Alfons Kemper"],"abstract":"We describe a new deep learning approach to cardinality estimation. MSCN is a multi-set convolutional network, tailored to representing relational query plans, that employs set semantics to capture query features and true cardinalities. MSCN builds on sampling-based estimation, addressing its weaknesses when no sampled tuples qualify a predicate, and in capturing join-crossing correlations. Our evaluation of MSCN using a real-world dataset shows that deep learning significantly enhances the quality of cardinality estimation, which is the core problem in query optimization.","url_abs":"http://arxiv.org/abs/1809.00677v1","url_pdf":"http://arxiv.org/pdf/1809.00677v1.pdf","source":{"archive":"pwc-archive (Hugging Face), CC BY-SA 4.0","snapshot":"2025-07-28","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","row_kind":"links_only","authors_date_abstract":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license), from the Kaggle arXiv metadata snapshot of 2026-09-12"},"code_links":[{"paper_slug":"learned-cardinalities-estimating-correlated","repo_url":"https://github.com/andreaskipf/learnedcardinalities","is_official":1,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"MIT"}},{"paper_slug":"learned-cardinalities-estimating-correlated","repo_url":"https://github.com/cli212/vnncomp22_nn4sys","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok"}}],"tasks":[],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=1809.00677","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"1809.00677"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-24T18:15:14+00:00","read_at_is":"when the build read Syntology's graph, not when any sample ran","claim":"Per-sample execution status on synthesized fixtures; not a correctness claim about the paper. Samples come from repositories linked to the paper, official or community; repo_kind says which.","repos":[{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/andreaskipf/learnedcardinalities","reach":{"status":"ok","spdx":"MIT"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/cli212/vnncomp22_nn4sys","reach":{"status":"ok"}}],"summary":{"unverified":6},"by_repo_kind":{"official":{"samples":6,"ran":0,"repositories":1}},"repo_kind_vocabulary":{"official":"The archive marks this repository official for the paper","named_in_paper":"The archive records that the paper mentions this repository; it is not marked official","listed":"In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper","found_in_text":"Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted","community":"Not in the archive's code links for this paper; a community repository Syntology harvested"},"n_pointer_only_for_licence":0,"samples":[{"code_sha256_prefix":"152005504824a388","entry":"get_all_column_names","repo":"andreaskipf/learnedcardinalities","repo_kind":"official","path":"mscn/util.py","file_url":"https://github.com/andreaskipf/learnedcardinalities/blob/HEAD/mscn/util.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"152005504824a388"}},{"code_sha256_prefix":"9d51ef9f86d4ce10","entry":"get_all_operators","repo":"andreaskipf/learnedcardinalities","repo_kind":"official","path":"mscn/util.py","file_url":"https://github.com/andreaskipf/learnedcardinalities/blob/HEAD/mscn/util.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"9d51ef9f86d4ce10"}},{"code_sha256_prefix":"01819e8ef420dd1d","entry":"get_all_table_names","repo":"andreaskipf/learnedcardinalities","repo_kind":"official","path":"mscn/util.py","file_url":"https://github.com/andreaskipf/learnedcardinalities/blob/HEAD/mscn/util.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"01819e8ef420dd1d"}},{"code_sha256_prefix":"3049bf5f9ed870b2","entry":"load_and_encode_train_data","repo":"andreaskipf/learnedcardinalities","repo_kind":"official","path":"mscn/data.py","file_url":"https://github.com/andreaskipf/learnedcardinalities/blob/HEAD/mscn/data.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"3049bf5f9ed870b2"}},{"code_sha256_prefix":"16337fe3097608d5","entry":"load_data","repo":"andreaskipf/learnedcardinalities","repo_kind":"official","path":"mscn/data.py","file_url":"https://github.com/andreaskipf/learnedcardinalities/blob/HEAD/mscn/data.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"16337fe3097608d5"}},{"code_sha256_prefix":"2d46a4c426b45fc2","entry":"make_dataset","repo":"andreaskipf/learnedcardinalities","repo_kind":"official","path":"mscn/data.py","file_url":"https://github.com/andreaskipf/learnedcardinalities/blob/HEAD/mscn/data.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"2d46a4c426b45fc2"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}