This article includes a list of general references, but it lacks sufficient corresponding inline citations. (February 2021) |
Other names | JET Blue |
---|---|
Developer(s) | Microsoft |
Initial release | 1994 |
Repository | |
Written in | C++ |
Operating system | Microsoft Windows |
Platform | IA-32, x86-64, ARM and Itanium (and historically DEC Alpha, MIPS, and PowerPC) |
Type | Database engine |
License | MIT License |
Website | docs |
Extensible Storage Engine (ESE), also known as JET Blue, is an ISAM (indexed sequential access method) data storage technology from Microsoft. ESE is the core of Microsoft Exchange Server, Active Directory, and Windows Search. It is also used by a number of Windows components including Windows Update client and Help and Support Center. Its purpose is to allow applications to store and retrieve data via indexed and sequential access.
ESE provides transacted data update and retrieval. A crash recovery mechanism is provided so that data consistency is maintained even in the event of a system crash. Transactions in ESE are highly concurrent making ESE suitable for server applications. ESE caches data intelligently to ensure high performance access to data. In addition, ESE is lightweight making it suitable for auxiliary applications.
The ESE Runtime (ESENT.DLL) has shipped in every Windows release since Windows 2000, with native x64 version of the ESE runtime shipping with x64 versions of Windows XP and Windows Server 2003. Microsoft Exchange, up to Exchange 2003 shipped with only the 32-bit edition, as it was the only supported platform. With Exchange 2007, it ships with the 64-bit edition.