About: InfinityDB

An Entity of Type: software, from Named Graph: http://dbpedia.org, within Data Space: dbpedia.org

InfinityDB is an all-Java embedded database engine and client/server DBMS with an extended java.util.concurrent.ConcurrentNavigableMap interface (a subinterface of java.util.Map) that is deployed in handheld devices, on servers, on workstations, and in distributed settings. The design is based on a proprietary lockless, concurrent, B-tree architecture that enables client programmers to reach high levels of performance without risk of failures. A new Client/Server version 5.0 is in alpha testing, wrapping the established embedded version to provide shared access via a secure, remote server.

Property Value
dbo:abstract
  • InfinityDB is an all-Java embedded database engine and client/server DBMS with an extended java.util.concurrent.ConcurrentNavigableMap interface (a subinterface of java.util.Map) that is deployed in handheld devices, on servers, on workstations, and in distributed settings. The design is based on a proprietary lockless, concurrent, B-tree architecture that enables client programmers to reach high levels of performance without risk of failures. A new Client/Server version 5.0 is in alpha testing, wrapping the established embedded version to provide shared access via a secure, remote server. In the embedded system, data is stored to and retrieved from a single embedded database file using the InfnityDB API that allows direct access to the variable length item spaces. Database client programmers can construct traditional relations as well as specialized models that directly satisfy the needs of the dependent application. There is no limit to the number of items, database size, or JVM size, so InfinityDB can function in both the smallest environment that provides random access storage and can be scaled to large settings. Traditional relations and specialized models can be directed to the same database file. InfinityDB can be optimized for standard relations as well as all other types of data, allowing client applications to perform at a minimum of one million operations per second on a virtual, 8-core system. AirConcurrentMap, is an in-memory map that implements the Java ConcurrentMap interface, but internally it uses a multi-core design so that its performance and memory make it the fastest Java Map when ordering is performed and it holds medium to large numbers of entries. AirConcurrentMap iteration is faster than any Java Map iterators, regardless of the specific map type. (en)
  • InfinityDB является встраиваемой системой управления базами данных, написанной на языке Java, которая размещается в портативных устройствах, серверах, рабочих станциях и в распределенных системах. Проект основан на запатентованной открытой параллельной архитектуре B-дерева, которая позволяет достичь высокой производительности без риска сбоев. Данные хранятся в встроенном файле БД и возвращаются из него с помощью InfnityDB API, что позволяет получить прямой доступ к элементам переменной длины. Клиенты базы данных могут создать традиционные отношения, а также специализированные модели, которые непосредственно удовлетворяют потребности зависимого приложения. Нет никаких ограничений на количество элементов, размер базы данных или размер Java Virtual Machine, таким образом, InfinityDB может функционировать в маленькой среде, которая обеспечивает оперативную память, а также может масштабироваться к большим системам. Традиционные отношения и специализированные модели могут быть направлены к одному и тому же файлу базы данных. InfinityDB может быть оптимизирована для стандартных отношений, а также всех других типов данных, что позволяет клиентским приложениям работать со скоростью как минимум одного миллиона операций в секунду в виртуальной системе с 8 ядрами. (ru)
dbo:wikiPageID
  • 28865703 (xsd:integer)
dbo:wikiPageLength
  • 16276 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID
  • 1076648304 (xsd:integer)
dbo:wikiPageWikiLink
dbp:wikiPageUsesTemplate
dct:subject
gold:hypernym
rdf:type
rdfs:comment
  • InfinityDB is an all-Java embedded database engine and client/server DBMS with an extended java.util.concurrent.ConcurrentNavigableMap interface (a subinterface of java.util.Map) that is deployed in handheld devices, on servers, on workstations, and in distributed settings. The design is based on a proprietary lockless, concurrent, B-tree architecture that enables client programmers to reach high levels of performance without risk of failures. A new Client/Server version 5.0 is in alpha testing, wrapping the established embedded version to provide shared access via a secure, remote server. (en)
  • InfinityDB является встраиваемой системой управления базами данных, написанной на языке Java, которая размещается в портативных устройствах, серверах, рабочих станциях и в распределенных системах. Проект основан на запатентованной открытой параллельной архитектуре B-дерева, которая позволяет достичь высокой производительности без риска сбоев. Данные хранятся в встроенном файле БД и возвращаются из него с помощью InfnityDB API, что позволяет получить прямой доступ к элементам переменной длины. Клиенты базы данных могут создать традиционные отношения, а также специализированные модели, которые непосредственно удовлетворяют потребности зависимого приложения. Нет никаких ограничений на количество элементов, размер базы данных или размер Java Virtual Machine, таким образом, InfinityDB может фун (ru)
rdfs:label
  • InfinityDB (en)
  • InfinityDB (ru)
owl:sameAs
prov:wasDerivedFrom
foaf:isPrimaryTopicOf
is dbo:wikiPageWikiLink of
is foaf:primaryTopic of
Powered by OpenLink Virtuoso    This material is Open Knowledge     W3C Semantic Web Technology     This material is Open Knowledge    Valid XHTML + RDFa
This content was extracted from Wikipedia and is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License