Neha Patil (Editor)

SafePeak

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit
Founded
  
2007

SafePeak httpsi2wpcomblogsqlauthoritycomwpcontent

SafePeak Technologies , originally named as DCF Technologies Ltd, is a Big-Data software company founded in 2007 in Israel by Vladi Vexler, who served as company CEO, President and CTO. The company developed a database scalability and performance acceleration technology named Automated Dynamic Caching, adding an in-memory caching layer to relational databases.

Contents

Safepeak first impressions


History

SafePeak Technologies , originally named as DCF Technologies Ltd, is a Big-Data software company that was founded in 2007, however operated in a steal-mode until 2009.

Between years 2008 and 2012 the company received venture funding of approximately 2 million dollars from Xenia Ventures, private investors (angels) and Office of the Chief Scientist (Israel).

Between years 2009 and 2013 the company partnered with value added distributors and technology partners from Israel (Ness, Valinor), Greece, USA and Hong-Kong. In 2013 SafePeak partnered with AWS to enable Amazon Web Services customers to scale and accelerate SQL Server databases.

In January 2014 SafePeak Technologies entered into Technology IP acquisition agreement with a USA Boston based company ScaleBase, led by Ram Metser.

Technology

SafePeak Technologies developed an innovative technology for resolving databases scalability and performance of relational databases such as such as the SQL Server and MySQL - automated dynamic caching. The Dynamic Database Caching technology was invented, patented and developed by the SafePeak Technologies.

SafePeak technology is designed to transform existing, working applications and databases into scalable, mostly-in-memory, high performance, low latency, high-load database systems running on commodity hardware. The software seamlessly integrated in the architecture and works both in private, public and hybrid cloud environments. The software resolves data access bottlenecks and latency without any change to existing applications or databases.

SafePeak caching is focused on caching of queries and stored procedures result-sets, storing the data entirely in RAM based special cache; no disk I/O is required for query operations. The Dynamic Cache nature of the system makes it: a) Application agnostic, as it does not require application or database code changes or additions; b) Any read-oriented queries and stored procedures are cacheable; b) Never stale cache = automated transaction ACID level data correctness.

After installation, the application connection string set the SafePeak hostname or server IP as the data source. SafePeak works with any standard Ado.Net, ODBC, JDBC or other database connection drivers.

SafePeak fully fits 3rd party applications or platforms as it requires no code changes in the application and database levels.

Principles of operation

  • Reverse Proxy: SafePeak acts as a reverse proxy for database connectivity, implementing the database networking level protocol, like TDS (Tabular Data Stream) in SQL Server. Client applications create standard connections to SafePeak and the received results are expected database answers.
  • Metadata learning: SafePeak analyses the structure of the database schema, parses all types of schema objects (tables, views, triggers, functions, stored procedures, foreign keys) and creates an internal map of dependencies. On DDL commands, or schema changes, SafePeak automatically re-analyzes the modified objects and applies required changes to its object definitions and SQL Patterns configuration.
  • SQL Patterns Identification: Application queries and stored procedure calls are transformed into patterns of similar queries, analyzed and then used as rules for automated dynamic caching.
  • Dynamic Caching: Queries arriving to SafePeak matched for existing cached response item in memory. If not found, the commands are passed for execution in the database. If the query is matching an allowed for caching pattern, then the result is stored in memory for future repetitive requests. On arrival of DML commands (inserts, updates, deletes, etc.) or arrival of stored procedures calls that were identified as containing DML commands - the relevant items in cache memory are cleaned and the command is passed to the database server for execution.
  • 100% Data Integrity: All features of ACID are supported. The data returned is always correct.
  • References

    SafePeak Wikipedia