Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

Deductive database

From Wikipedia, the free encyclopedia
Database system

Adeductive database is adatabase system that can makedeductions (i.e. conclude additional facts) based onrules andfacts stored in its database.Datalog is the language typically used to specify facts, rules and queries in deductive databases. Deductive databases have grown out of the desire to combinelogic programming withrelational databases to construct systems that support a powerful formalism and are still fast and able to deal with very large datasets. Deductive databases are more expressive than relational databases but lessexpressive than logic programming systems such asProlog. In recent years, deductive databases have found new application indata integration,information extraction, networking,program analysis, security, andcloud computing.[1]

Deductive databases reuse many concepts from logic programming; rules and facts specified in Datalog look very similar to those written in Prolog,[2] but there are some important differences:

  • Order sensitivity and procedurality: In Prolog, program execution depends on the order of rules in the program and on the order of parts of rules; these properties are used by programmers to build efficient programs. In database languages (like SQL or Datalog),[3] however, program execution is independent of the order of rules and facts.
  • Special predicates: In Prolog, programmers can directly influence the procedural evaluation of the program with special predicates such as thecut. This has no correspondence in deductive databases.
  • Function symbols: Logic programming languages allowfunction symbols to build up complex symbols. This is not allowed in deductive databases.
  • Tuple-oriented processing: Deductive databases use set-oriented processing, while logic programming languages concentrate on one tuple at a time.

References

[edit]
  1. ^Datalog and Emerging applications
  2. ^Maier, David; Tekle, K. Tuncay; Kifer, Michael; Warren, David S. (2018-09-01),"Datalog: concepts, history, and outlook",Declarative Logic Programming: Theory, Systems, and Applications, vol. 20, Association for Computing Machinery and Morgan & Claypool, pp. 3–100,doi:10.1145/3191315.3191317,ISBN 978-1-970001-99-0, retrieved2025-01-06{{citation}}: CS1 maint: work parameter with ISBN (link)
  3. ^"People Search: How It Works".veripages.com. Retrieved2025-01-07.
icon
This articleneeds additional citations forverification. Please helpimprove this article byadding citations to reliable sources. Unsourced material may be challenged and removed.
Find sources: "Deductive database" – news ·newspapers ·books ·scholar ·JSTOR
(January 2009) (Learn how and when to remove this message)

Further reading

[edit]
Common models
Other models
Implementations
National
Other


Stub icon

Thisdatabase-related article is astub. You can help Wikipedia byadding missing information.

Retrieved from "https://en.wikipedia.org/w/index.php?title=Deductive_database&oldid=1292079040"
Categories:
Hidden categories:

[8]ページ先頭

©2009-2026 Movatter.jp