⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 fastdb.spec

📁 fastdb-241源码
💻 SPEC
字号:
Summary: Main Memory Object-Relational Database Management System
Name: FastDB
Version: 1.15
Release: 1
Copyright: distributable
Group: Applications/Databases
Source: fastdb-1.15.tar.gz
%description
FastDB is highly efficient main memory database system 
with realtime capabilities and convenient C++ interface.
High speed of query 
execution is provided by elimination of data transfer overhead and
very effective locking implementation. Database file is mapped to virtual
memory space of each application working with database. So query is executed in
the context of application, requiring no context switching and data transfer.

%prep
%setup -c

%build
make

%install
make install

%files
/usr/local/fastdb


⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -