OpenMLDB icon indicating copy to clipboard operation
OpenMLDB copied to clipboard

OpenMLDB is an open-source machine learning database that provides a feature platform computing consistent features for training and inference.

Results 359 OpenMLDB issues
Sort by recently updated
recently updated
newest added

* **What kind of change does this PR introduce?** (Bug fix, feature, docs update, ...) * **What is the current behavior?** (You can also link to an open issue here)...

storage-engine

**Bug Description** version:openmldb 0.6.1 dataset:20220814-20220821 total data:870w Real-time Feature Processing remove w10d: 9.5k qps with w10d:130 qps CREATE TABLE deployment_test_for_error( event_id STRING, type STRING, p0 STRING, p1 STRING, p2 STRING,...

bug
execute-engine
storage-engine

* **What kind of change does this PR introduce?** (Bug fix, feature, docs update, ...) * **What is the current behavior?** (You can also link to an open issue here)...

bug
documentation
storage-engine

**Describe the feature you'd like** Currently only support `desc table_name;` We may need the support of `desc db_name.table_name;` format. **Additional context** Add any other context or screenshots about the feature...

good first issue

https://raw.githubusercontent.com/4paradigm/OpenMLDB/main/benchmark/README.md - update step2 as below ``` 2. copy the configuration and package ```bash mkdir -p /work/benchmark/conf /work/benchmark/lib cp target/openmldb-benchmark-0.5.0.jar /work/benchmark/lib cp src/main/resources/conf.properties /work/benchmark/conf ``` ``` - update command in...

good first issue

* **What kind of change does this PR introduce?** (Bug fix, feature, docs update, ...) * **What is the current behavior?** (You can also link to an open issue here)...

storage-engine

**Bug Description** Duplicate records in PRE_AGG_META_INFO **Expected Behavior** we check the long window meta info exists before inserting meta and creating pre-aggr table. The same meta info should only be...

bug
storage-engine

* **What kind of change does this PR introduce?** (Bug fix, feature, docs update, ...) Modified a log line in startup script * **What is the current behavior?** (You can...

docker
sdk
storage-engine