DolphinDB_Comm Profile Banner
DolphinDB Community Profile
DolphinDB Community

@DolphinDB_Comm

Followers
4
Following
42
Media
101
Statuses
112

Your go-to hub for all things #DolphinDB and more. Solutions, updates & exclusive features for your time series & real-time analytics journey.

New York
Joined April 2025
Don't wanna be here? Send us removal request.
@DolphinDB_Comm
DolphinDB Community
17 days
Compute skewness in sliding windows with mskew! πŸ“Š. Calculate skewness of X in windows (by element count or time). Syntax: mskew(X, window, [biased=true], [minPeriods]). #DolphinDB #SlidingWindow #Statistics
Tweet media one
0
0
1
@DolphinDB_Comm
DolphinDB Community
17 days
Calculate population std dev of top N elements in sliding windows! πŸ“Š. mstdpTopN(X, S, window, top, ascending) sorts X by S in each window, takes top N, computes STD. #DolphinDB #SlidingWindow #Statistics
Tweet media one
0
0
1
@DolphinDB_Comm
DolphinDB Community
17 days
RT @DolphinDB_Inc: πŸ“’ At the 2025 Mid-Year Strategy Conference hosted by Guotai Junan Futures, our CEO Dr. Zhou Xiaohua was honored to speak….
0
1
0
@DolphinDB_Comm
DolphinDB Community
19 days
Map-Reduce is core to DolphinDB's distributed computing! πŸš€. Here's an example of distributed linear regression using Map-Reduce. #DolphinDB #MapReduce #DistributedComputing
Tweet media one
0
0
1
@DolphinDB_Comm
DolphinDB Community
19 days
Compute sliding window products with mprod! πŸ“Š. Calculate product of X elements in windows defined by element count or time. Syntax: mprod(X, window, [minPeriods]). #DolphinDB #SlidingWindow #DataCalculation
Tweet media one
0
0
1
@DolphinDB_Comm
DolphinDB Community
19 days
Understand movingWindowIndex! πŸ“Š. Returns an array of indices for elements in each sliding window of X. #DolphinDB #SlidingWindow #IndexManipulation
Tweet media one
0
0
1
@DolphinDB_Comm
DolphinDB Community
19 days
RT @DolphinDB_Inc: πŸ’₯ Facing memory pressure in #DolphinDB?. πŸ“˜ Dive into the full guide: Our latest technical guide….
0
1
0
@DolphinDB_Comm
DolphinDB Community
20 days
Understand movingTopNIndex! πŸ“Š. Returns an array of indices for the top N elements in each sliding window of X, sorted as specified. #DolphinDB #SlidingWindow #IndexManipulation
Tweet media one
0
0
1
@DolphinDB_Comm
DolphinDB Community
20 days
Understand movingWindowData(X, window, [fixed=false])! πŸ“Š. Returns an array where each row holds elements of X's sliding windows. #DolphinDB #SlidingWindow #DataProcessing
Tweet media one
0
0
1
@DolphinDB_Comm
DolphinDB Community
20 days
Move chunk replicas between nodes with moveReplicas! πŸ”„. Example: Move all chunk replicas from "node1" to "node2's" specified dir:. #DolphinDB #DistributedStorage #ClusterOps
Tweet media one
0
0
1
@DolphinDB_Comm
DolphinDB Community
23 days
Find elements in vector A but not in B in #DolphinDB! πŸ”.2 easy methods:. #DolphinDB #DataManipulation #Vectors
Tweet media one
0
0
1
@DolphinDB_Comm
DolphinDB Community
23 days
Window stats in #DolphinDB like Oracle's PARTITION BY! πŸ“Š. Use context by for partitioning:. #DolphinDB #SQLComparison #WindowFunctions
Tweet media one
0
0
1
@DolphinDB_Comm
DolphinDB Community
23 days
🧐Dynamic column fetching in #DolphinDB! . Use metaprogramming with select to get multiple columns:.select colNames()[idx1, idx2. ] from table. #DolphinDB #MetaProgramming #DataQuery
Tweet media one
0
0
1
@DolphinDB_Comm
DolphinDB Community
23 days
RT @DolphinDB_Inc: πŸ‘Excited to share that #DolphinDB is partnering with the #FICCPKU Club for an exclusive in-person event in Beijing on Th….
0
1
0
@DolphinDB_Comm
DolphinDB Community
24 days
TSDB Engine Error: "sort keys must be specified" ⚠️. When creating a distributed table with TSDB engine, you must specify the sortColumns parameter!.Example:.db = database("", TSDB, sortColumns=[time])`. #DolphinDB #TSDB #DistributedTables
Tweet media one
0
0
1
@DolphinDB_Comm
DolphinDB Community
24 days
Subscribe to cross-process SHM tables via API in #DolphinDB! πŸš€. Server creates SHM table via GUI & writes data live. Use subscribeTable() API with proper parameters to stream updates. #DolphinDB #RealTimeData #InterProcessComm
Tweet media one
0
0
1
@DolphinDB_Comm
DolphinDB Community
24 days
Split data into N groups by value! πŸ“Š. Use cutPoints & asof for uniform binning. #DolphinDB #DataBinning #DistributedStorage #ClusterManagement
Tweet media one
0
0
1
@DolphinDB_Comm
DolphinDB Community
24 days
RT @DolphinDB_Inc: πŸš€ Optimizing SQL in #DolphinDB Just Got Easier – Introducing the SQL Execution Plan Feature. πŸ“˜ Learn how it works and ge….
0
1
0
@DolphinDB_Comm
DolphinDB Community
25 days
Move chunk replicas between nodes with moveReplicas! πŸ”„. Moves chunk copies from source to target nodes. Skips existing chunks on targets. Requires admin privileges & run on the control node. #DolphinDB #DistributedStorage #ClusterManagement
Tweet media one
0
0
3
@DolphinDB_Comm
DolphinDB Community
25 days
Extract month from dates with monthOfYear(X)! πŸ—“οΈ. Returns month (1-12) for DATE, MONTH, DATETIME, TIMESTAMP, or NANOTIMESTAMP scalars, vectors, or tables. #DolphinDB #TimeSeries #DateFunctions
Tweet media one
0
0
3