User contributions for Carli

Jump to navigation Jump to search
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)

9 September 2026

8 September 2026

  • 20:5020:50, 8 September 2026 diff hist +12,936 N Benchmark MemCP vs. MariaDB on WordpressCreated page with "<!-- Copyright (C) 2026 MemCP contributors --> <!-- SPDX-License-Identifier: AGPL-3.0-or-later --> = Benchmark MemCP vs. MariaDB on Wordpress = WordPress does more than fetch individual posts. Category pages, comment counters, search, archive lists, and plugin metadata queries repeatedly join and aggregate data. These are the places where a different database engine can make a noticeable difference. We compared '''MariaDB, MemCP, and MemCP with JIT''' using seven SQL..."

7 September 2026

2 September 2026

28 August 2026

27 August 2026

26 August 2026

  • 09:3109:31, 26 August 2026 diff hist +112 Supported SQLNo edit summary Tag: Visual edit
  • 09:2209:22, 26 August 2026 diff hist +14,180 N JSONCreated page with "= JSON and SQL/JSON in MemCP = '''MemCP provides native JSON and SQL/JSON support on its high-performance columnar SQL engine.''' JSON documents can be filtered, joined, grouped, sorted, modified and assembled into deeply nested application responses without leaving SQL. The same JSON engine is exposed through both MemCP SQL dialects: applications get MySQL/MariaDB-compatible JSON functions such as <code>JSON_EXTRACT</code>, <code>JSON_VALUE</code>, <code>JSON_OBJECT</..."

21 August 2026

  • 17:1117:11, 21 August 2026 diff hist +11,921 Current Status and Open IssuesNo edit summary
  • 16:2316:23, 21 August 2026 diff hist +7,296 Main PageNo edit summary
  • 13:2713:27, 21 August 2026 diff hist +254 Main PageNo edit summary Tag: Visual edit
  • 13:1813:18, 21 August 2026 diff hist +55 Main Page→‎Navigation Tag: Visual edit
  • 13:0413:04, 21 August 2026 diff hist +1,092 N Dashboard and OperationsCreated page with "The <code>/dashboard</code> interface provides CPU/memory/request metrics, database and table browsing, shard/compression details, SQL/Scheme consoles, users and grants, runtime settings, process inspection, service state, and configured logs. <code>SHOW [FULL] PROCESSLIST</code>, dashboard process controls, <code>KILL QUERY</code>, and <code>KILL CONNECTION</code> expose active work and cancellation. Graceful shutdown stops new requests and waits up to <code>ShutdownDr..." Tag: Visual edit: Switched
  • 13:0313:03, 21 August 2026 diff hist +1,027 N TriggersCreated page with "MemCP supports persistent BEFORE and AFTER triggers for INSERT, UPDATE, and DELETE. Trigger bodies can read <code>OLD</code> and <code>NEW<</code>, assign permitted <code>NEW</code> values, run conditional BEGIN/END bodies, and execute supported DML including <code>INSERT … SELECT</code>. Multiple triggers execute by registered priority. AFTER work may be configured as asynchronous, in which case its completion and failure are not identical to the originating statemen..." Tag: Visual edit
  • 13:0213:02, 21 August 2026 diff hist +1,024 N Memory Management and EvictionCreated page with "MemCP tracks persisted shard columns, indexes, temporary columns, keytables, cache-engine objects, and string dictionaries in a global memory manager. The overall budget defaults to 50% of system RAM. A separate persisted-data budget defaults to 30%. Exact byte limits override percentages. If system available memory falls too low, MemCP can evict before its own configured budget is exhausted. Eviction is LRU-like and type-aware. Persistent shard eviction releases only..." Tag: Visual edit
  • 13:0113:01, 21 August 2026 diff hist +1,260 N Transactions and IsolationCreated page with "Every SQL statement runs in an implicit transaction unless the session already has an explicit <code>BEGIN</code>/<code>COMMIT</code>/<code>ROLLBACK</code> transaction. The default cursor-stability mode applies writes directly with undo masks, gives statement atomicity, and rolls back on errors. MemCP also contains an ACID mode with snapshot visibility and optimistic commit conflict detection. Savepoints are used internally for nested trigger/error recovery. Transactio..." Tag: Visual edit
  • 12:5812:58, 21 August 2026 diff hist +14,007 N Query Planner and Physical LoweringCreated page with "MemCP compiles SQL into executable Scheme code. The planner first converts SQL into a logical representation, decorrelates subqueries, and chooses a join order. Only after those semantic decisions are complete does the physical lowerer select scans, indexes, caches, RecSets, computed columns, and other storage-engine operators. This separation is important: two queries that mean the same thing should reach the same logical representation even when they use different..." Tag: Visual edit

9 March 2026

(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)