SMA and LLA Guide : Overview of shared memory access and linked library access : solidDB® APIs and drivers for SMA and LLA : solidDB® SA API
  
solidDB® SA API
solidDB® SA API is a low-level proprietary C-language API for data management services. The SA API provides support for local applications using SA API function calls.
The SA API library is used internally in the solidDB® server. It provides access to data in database tables. The library contains about 90 functions providing low-level mechanisms for connecting the database and running cursor-based operations. The SA API can enhance performance significantly. You can use SA API to optimize the performance of batch insert operations, for example.
For details on the SA API, see solidDB® Programmer Guide.
Remote applications can use the SA API function calls also. Remote applications must link to a separate SA API library file (for example, solidimpsa.lib for Windows).
See also
solidDB® APIs and drivers for SMA and LLA