[MDEV-17135] RocksDB: CREATE OR REPLACE t_name AS SELECT - Bulk Load Created: 2018-09-05 Updated: 2023-04-27 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - RocksDB |
| Affects Version/s: | 10.3.9 |
| Fix Version/s: | 10.4 |
| Type: | Bug | Priority: | Major |
| Reporter: | Juan Telleria | Assignee: | Sergei Petrunia |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Windows |
||
| Description |
|
In RocksDB, there are some scenarios in which it is always convenient and more efficient to overpass compaction and perform a Bulk Load. This includes the following SQL Commands:
Would it be possible to enable automatically rocksdb_bulk_load in such cases? Otherwise, the Query will hit an error and fail, giving a bad user experience. Thank you. |