All public logs
Jump to navigation
Jump to search
Combined display of all available logs of MemCP. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 13:04, 21 August 2026 Carli talk contribs created page Dashboard and Operations (Created 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:03, 21 August 2026 Carli talk contribs created page Triggers (Created 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:02, 21 August 2026 Carli talk contribs created page Memory Management and Eviction (Created 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:01, 21 August 2026 Carli talk contribs created page Transactions and Isolation (Created 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:58, 21 August 2026 Carli talk contribs created page Query Planner and Physical Lowering (Created 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
- 16:15, 12 August 2026 User account Charissa99I talk contribs was created
- 13:56, 9 August 2026 User account MonaPurton304 talk contribs was created
- 14:46, 6 August 2026 User account Accident-Lawyer-USA7652 talk contribs was created
- 11:06, 6 August 2026 User account Accident-Injury-Law-Firm9178 talk contribs was created
- 10:56, 6 August 2026 User account Bunk-beds-for-kids6826 talk contribs was created
- 10:15, 6 August 2026 User account Calculate-Aquarium-Size1594 talk contribs was created
- 21:58, 28 July 2026 User account Vicky35717 talk contribs was created
- 21:13, 21 July 2026 User account JanelleWilks talk contribs was created
- 14:17, 13 July 2026 User account A4-Paper-Supplier8830 talk contribs was created
- 22:01, 21 June 2026 User account LynellUib3 talk contribs was created
- 20:17, 16 May 2026 User account FranchescaEiffel talk contribs was created
- 07:00, 8 May 2026 User account EulaLevesque talk contribs was created
- 14:34, 4 May 2026 User account NellyKohl2645 talk contribs was created
- 10:31, 27 April 2026 User account FernandoGlassey talk contribs was created
- 05:26, 26 April 2026 User account TerrellJoe24855 talk contribs was created
- 21:49, 24 April 2026 User account MauriceNicholls talk contribs was created
- 12:46, 22 April 2026 User account Samual34P57 talk contribs was created
- 15:06, 12 March 2026 User account SteveGob talk contribs was created
- 04:19, 27 February 2026 Carli talk contribs created page File:Memcp-Load.png
- 04:19, 27 February 2026 Carli talk contribs uploaded File:Memcp-Load.png
- 00:56, 14 February 2026 User account EarthaA6801909 talk contribs was created
- 19:29, 13 February 2026 User account OrenWintle18 talk contribs was created
- 12:46, 13 February 2026 User account KamMooring6 talk contribs was created
- 12:35, 13 February 2026 User account Bev936774163 talk contribs was created
- 10:27, 13 February 2026 User account AldaValentino99 talk contribs was created
- 07:29, 13 February 2026 User account Marshall35E talk contribs was created
- 07:16, 13 February 2026 User account DellLipscomb885 talk contribs was created
- 06:06, 13 February 2026 MillieDailey268 talk contribs created page User:MillieDailey268 (Created page with "Digital content enthusiast interested in modern platforms, user experience, and online media evolution. Likes finding well-designed websites and sharing real opinions.<br><br>Also visit my web site: [https://african-porn.info https://african-porn.info]")
- 05:55, 13 February 2026 User account MillieDailey268 talk contribs was created
- 01:38, 13 February 2026 User account HaleyClinton talk contribs was created
- 23:23, 12 February 2026 User account SamaraBlaxland8 talk contribs was created
- 02:00, 26 January 2026 Carli talk contribs created page Performance Measurement (Created page with " == Performance Testing Framework == MemCP includes an auto-calibrating performance test framework for regression detection and benchmarking. === Running Performance Tests === <code># Run performance tests (uses calibrated baselines) PERF_TEST=1 make test # Calibrate for your machine (run ~10 times to reach target) PERF_TEST=1 PERF_CALIBRATE=1 make test # Freeze row counts for bisecting regressions PERF_TEST=1 PERF_NORECALIBRATE=1 make test # Show query exe...") Tag: Visual edit
- 01:57, 26 January 2026 Carli talk contribs created page Auto Sharding (Created page with "## Parallel Sharding MemCP automatically creates parallel shards for optimal query performance across multiple CPU cores. ### Bulk Insert Optimization When inserting large amounts of data, MemCP automatically: 1. **Splits bulk inserts into chunks** of 60,000 rows (configurable via ShardSize) 2. **Creates new shards on-the-fly** when the current shard fills up 3. **Rebuilds full shards in parallel** using background goroutines This enables insertion of millions of ro...")
- 23:37, 14 January 2026 User account MoisesPainter28 talk contribs was created
- 16:52, 3 January 2026 User account ZulmaAlonso44 talk contribs was created
- 17:21, 1 January 2026 User account EvangelineEldred talk contribs was created
- 23:41, 29 December 2025 User account GMLElissa29056 talk contribs was created
- 19:30, 20 December 2025 User account Tolgagaisk talk contribs was created
- 18:01, 16 December 2025 User account VirgieShanahan5 talk contribs was created
- 19:39, 29 November 2025 User account Celinda69J talk contribs was created
- 04:47, 22 November 2025 User account NAERTERHTE821014NERTYTRY talk contribs was created
- 14:40, 4 September 2025 Carli talk contribs created page MySQL is too slow (Created page with " =MemCP — Faster alternative when "MySQL is too slow"= '''Short description:''' MemCP is an in-memory, column-oriented database optimized for high throughput OLAP and OLTP workloads. It is designed to deliver much faster aggregation and query performance than traditional row-based engines like MySQL. ==Overview== MemCP is a blazing-fast, in-memory, columnar database with built-in REST APIs and a lightweight SQL frontend. It is intended for modern workloads where MySQL...") Tag: Visual edit
- 20:58, 31 August 2025 Carli talk contribs created page File System (Created page with "In the file system persistency layer, each subfolder of your data folder is a database. Each folder has the following files: * schema.json - list of all tables, columns, keys and shards; is updated every time a shard is added or removed or the schema changes * schema.json.old - fallback file for crash recovery * [uuid]-[columnname] - the content of a column (in case the ENGINE is not MEMORY) * [uuid].log - transaction log in c...") Tag: Visual edit
- 20:50, 31 August 2025 Carli talk contribs created page Cluster Monitor (Created page with "The cluster monitor lets you scale out MemCP over multiple nodes. Here is what you can achieve: * '''Multiple users''': each user has his own database * '''One big user''': Big tables are spread over multiple nodes * A mixture of both variants Each database and each shard (the piece where a part of a table's data is stored) can be placed either: * '''COLD''': only in storage backend * '''SHARED''': read-only on multiple nodes (e.g. the access table) * '''WRITE''': exc...") Tag: Visual edit
- 20:10, 25 August 2025 Carli talk contribs created page Storage (Created page with "= Storage = The '''Storage''' module provides functions to manage databases, tables, columns, keys, partitions, and large data operations in SCM. ← Back to Full SCM API documentation == scan == Performs an unordered parallel filter-map-reduce on a table '''Allowed number of parameters:''' 6–10 '''Parameters:''' * '''schema''' (<code>string|nil</code>): database name * '''table''' (<code>string|list</code>): table name(s) * '''filterColumns''' (<code>list</c...")