db最新書籤


Icon_arrow_right 280 天前 
Icon_arrow_right 582 天前 
1178546

ORACLE 10G 的資源回收桶 Popup

ORACLE 10G 的資源回收桶 Popup

史考特 收藏於 2010/10/26
萬一不小心把TABLE DROP了, 是否有辦法像WINDOWS一樣從資源回收桶找回來. 在ORACLE 10G版本,recyclebin預設是啟用的.可以透過 USER_RECYCLEBIN and DBA_RECYCLEBIN還有機會找回來被DROP的TABLE
Icon_arrow_right 1364 天前 
1072153

專攻歷史資料分析的資料庫系統 Popup

專攻歷史資料分析的資料庫系統 Popup

小虎牙 收藏於 2008/09/03
資料倉儲一詞,於1990年由資料倉儲之父Bill Inmon首次提出,是以分析與查詢為目的所建置的系統,這種系統能整合及運用資料,產生對決策者有用的情報。
Icon_arrow_right 1462 天前 
1018545

Oracle Berkeley DB Java Edition | Oracle Berkeley DB Popup

Oracle Berkeley DB Java Edition | Oracle Berkeley DB Popup

CrazyLion 收藏於 2008/05/29
Oracle Berkeley DB Java Edition is a open source, embeddable, transactional storage engine written entirely in Java. Like Oracle Berkeley DB, Oracle Berkeley DB Java Edition executes in the address space of the application, without the overhead of client/server communication, allowing developers to store and retrieve information quickly, simply and reliably. Oracle Berkeley DB Java Edition was designed from the ground up in Java. It takes full advantage of the Java environment to simplify development and deployment. The architecture of Oracle Berkeley DB Java Edition supports very high performance and concurrency for both read-intensive and write-intensive workloads.
Icon_arrow_right 1464 天前 
1015413

RailsDB Popup

RailsDB Popup

CrazyLion 收藏於 2008/05/27
RailsDB is a web application written in Ruby using the Ruby on Rails web framework. RailsDB provides a generic interface to popular open source databases such as MySQL, PostgreSQL, and SQLite. The RailsDB project is currently under heavy development.
Icon_arrow_right 1473 天前 
1080446

SQLiteSpy [Delphi Inspiration] Popup

SQLiteSpy [Delphi Inspiration] Popup

CrazyLion 收藏於 2008/05/17
SQLiteSpy is a fast and compact GUI database manager for SQLite. It reads SQLite3 files and executes SQL against them. Its graphical user interface makes it very easy to explore, analyze, and manipulate SQLite3 databases.
Icon_arrow_right 1479 天前 
1009399

db4o :: Native Java & .NET Object Database :: Open Source Popup

db4o :: Native Java & .NET Object Database :: Open Source Popup

CrazyLion 收藏於 2008/05/12
Get a head start for your products by leveraging db4o's cutting edge technology to achieve unprecedented levels of performance and flexibility. Simply embed db4o's open source object database engine into your application and store and retrieve even the most complex object structures with only one line of code. Download a free version of db4o under the GPL license and start your free evaluation now!
Icon_arrow_right 1482 天前 
Icon_arrow_right 1491 天前 
985856

Welcome to Migrate4j Popup

Welcome to Migrate4j Popup

CrazyLion 收藏於 2008/04/30
migrate4j is a database migration tool. Suppose you determine that you need a new database table for your project. If you develop alone, you could write an SQL script that adds a table and manually apply this to your development system. But if you work with other developers, or need to keep a test system in synch with your development system, this become tedious and error prone. Migration tools make it possible to add your new table (or make any other schema changes) in an automated fashion, ensuring all your systems are always in synch. Migration tools also make it possible to quickly and easily roll back previous changes. Unlike typing commands into an interactive SQL window or storing SQL scripts, migration tools keep a detailed history of how your database schema evolved (just in case you need to go back to a previous version). Finally, migration tools minimize or eliminate the problem of having to use vendor specific syntax – you may never switch database products, but if you do, using a migration tool will make your life much easier. The initial intent of migrate4j was to make a Java version of Ruby's db:migrate. If you've used db:migrate, you probably fell in love with it's simple syntax, easy configuration and ability to roll changes up and back effortlessly. The intent (and the challenge) of migrate4j is to bring the power and simplicity of db:migrate to Java programmers, using familiar type safety and syntax. Along the way, we're adding additional functionality that makes migrate4j more than just another Ruby tool rewritten for Java – it is a Java project intended to make other Java projects even better.
Icon_arrow_right 1530 天前 
963174

::ALTIBASE:: Popup

::ALTIBASE:: Popup

CrazyLion 收藏於 2008/03/22

混用 記憶體與硬碟空間的db    ...

混用 記憶體與硬碟空間的db
Icon_arrow_right 1539 天前 
958602

Query Processing at Light Speed Popup

Query Processing at Light Speed Popup

CrazyLion 收藏於 2008/03/13
MonetDB is a open-source database system for high-performance applications in data mining, OLAP, GIS, XML Query, text and multimedia retrieval. MonetDB often achieves a 10-fold raw speed improvement for SQL and XQuery over competitor RDBMSs. Use the product strands as your roadmap for exploration.

由紐西蘭國家研究中心 針對複雜的query和大量的資料集所開發的高速資料庫系統    ...

由紐西蘭國家研究中心 針對複雜的query和大量的資料集所開發的高速資料庫系統
Icon_arrow_right 1540 天前 
957397

Taffy DB : A JavaScript database for your browser Popup

Taffy DB : A JavaScript database for your browser Popup

CrazyLion 收藏於 2008/03/11
Taffy DB is a free and opensource JavaScript library that acts as thin data layer inside Web 2.0 and Ajax applications.

javascript 寫的資料庫 (    ...

javascript 寫的資料庫 (
Icon_arrow_right 1569 天前 
942058

Hypertable: An Open Source, High Performance, Scalable Database Popup

Hypertable: An Open Source, High Performance, Scalable Database Popup

CrazyLion 收藏於 2008/02/11
Hypertable is an open source project based on published best practices and our own experience in solving large-scale data-intensive tasks. Our goal is to bring the benefits of new levels of both performance and scale to many data-driven businesses who are currently limited by previous-generation platforms. Our goal is nothing less than that Hypertable become the world’s most massively parallel high performance database platform.

open source DB    ...

open source DB
Icon_arrow_right 1630 天前 
900509

NeoDatis - ODB : The Native Object Oriented Database Popup

NeoDatis - ODB : The Native Object Oriented Database Popup

CrazyLion 收藏於 2007/12/13
Are you using an Object Oriented Language to build your computer systems ? Are you using a relational Database to store you data ? If you answered yes to these two questions then you are at the right place! Productivity loss : Do you have any idea of how much time your team is wasting to convert objects to tables by implementing/using a mapping technology between Object World and Relational World ? Performance loss : Do you have any idea of how much time and memory your system is spending to do the conversion ? To avoid Impedance mismatch overhead between Object and Relational worlds, give a try to Neodatis ODB. NeoDatis ODB is a new generation Object Database: a real native and transparent persistence layer for Java and .Net.. Object because the basic pesistent unit is an object, not a table. Native & Transparent because it directly persists objects the way they exist in the programming language, without any conversion. Using NeoDatis ODB as your persistence layer will let you concentrate on your business logic allowing storing and retrieving native objects in a single line of code. No more relational to Object mapping is necessary, ODB just persist objects the way they are, no matter their complexity.

物件導向的資料庫    ...

物件導向的資料庫
Icon_arrow_right 1688 天前 
853969

DBSlayer - Trac Popup

DBSlayer - Trac Popup

CrazyLion 收藏於 2007/10/16
The DBacesslayer aka DBSlayer aka Släyer (as we like to call it when we're feeling ironically heavy metal) is a lightweight database abstraction layer suitable for high-load websites where you need the scalable advantages of connection pooling. Written in C for speed, DBSlayer talks to clients via JSON over HTTP, meaning it's simple to monitor and can swiftly interoperate with any web framework you choose. The DBSlayer originated as an internal tool at the New York Times. The typical LAMP strategy for scaling up data-driven applications is to replicate slave databases to every web server, but this approach can hit scaling limitations for high-volume websites, where processes can overwhelm their given backend DB's connection limits. Quite frankly, we wanted to scale the front-end webservers and backend database servers separately without having to coordinate them. We also needed a way to flexibly reconfigure where our backend databases were located and which applications used them without resorting to tricks of DNS or other such "load-balancing" hacks. Plus, it just seemed really cool to have a JSON-speaking DB layer that all our scriptable content could talk to. Thus, the DBSlayer was born.
Icon_arrow_right 1705 天前 
Icon_arrow_right 1796 天前 
Icon_arrow_right 1811 天前 
586207

Xexex's Java 和其他二三事 Popup

Xexex's Java 和其他二三事 Popup

阿比 收藏於 2007/06/15
隨服務的資料越來越多,有些 sql 會開始變慢,除了重新調整 sql 語法之外,漸漸地一些欄位要開始加 index 以維持一定的效能。這裡收集一些跟 index 相關的筆記

note    ...

note
Icon_arrow_right 1819 天前 
Icon_arrow_right 1838 天前 
554658

H2 Database Engine Popup

H2 Database Engine Popup

CrazyLion 收藏於 2007/05/18
Welcome to H2, the free SQL database. The main feature of H2 are: * Very fast, free for everybody, source code is included * Written Java; can be compiled with GCJ (Linux) * Embedded, Server and Cluster modes * JDBC and (partial) ODBC API; Web Client application

java embeded db    ...

java embeded db
Icon_arrow_right 2078 天前 
Icon_arrow_right 2300 天前 
Icon_arrow_right 2626 天前 
[推薦] 點點印,把你的照片變成寫真書/照片書!
[2012] 做自己的畢業紀念冊畢業禮物推薦

這些內容是怎麼產生的?

黑米沒有編輯,所有內容都是使用者貢獻。網站每天會分析最近最多人收藏的書籤,越多人收藏,排在越上面。綠色的數字代表收藏推薦的人數。

書籤心得

需要幫忙嗎?
黑米小工具

黑米數位版權所有 Copyright© 2006-2008 HEMiDEMi. All Rights Reserved.