Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ContextService][Cache]To add support for CS cache function #368

Closed
peacewong opened this issue May 14, 2020 · 1 comment
Closed

[ContextService][Cache]To add support for CS cache function #368

peacewong opened this issue May 14, 2020 · 1 comment
Labels
enhancement New feature or request
Projects

Comments

@peacewong
Copy link
Contributor

Is your feature request related to a problem? Please describe.
Accelerate the performance of accessing CS information, the response of DB query is too slow every time

Describe the solution you'd like

  1. Support splitting by ContextType: speed up storage and query performance
  2. Support splitting according to different ContextID: need to complete ContextID information isolation
  3. Support LRU: recycle according to specific algorithm
  4. Support indexing by keywords
  5. Support indexing directly through ContextKey
  6. Support traversal by ContextID, ContextType
@peacewong peacewong added the enhancement New feature or request label May 14, 2020
@yangzhiyue yangzhiyue added this to User Requirement in Linkis0.9.4 May 14, 2020
@peacewong peacewong moved this from User Requirement to To Do List in Linkis0.9.4 May 21, 2020
@peacewong peacewong moved this from To Do List to In Progress in Linkis0.9.4 May 21, 2020
yangzhiyue added a commit that referenced this issue Jun 3, 2020
* Branch 0.9.4 (#12)

* Shell engine remove useless gpg plugins
close #293

* metadatamanager server update

* Update start-all.sh

Repair bug that two ips are gotten.

* Update checkServices.sh

Repair the bug that two ips are gotten.

* Update stop-all.sh

Repair the bug that two ips are gotten instead of one.

* Update install.sh

Repair the bug that two ips are gotten instead of one.

* #299 add restful

* Provide a metadata management common module
close #302

* #299 Provide configuration service in module

* #299

* #Fixes #299

* fixed #297

* #Fixes #299

* Fixed #298

* Fixed #301

* add metadatamanager/hive

Co-authored-by: chaogefeng <673120261@163.com>
Co-authored-by: alexkun <xuanyu710@qq.com>
Co-authored-by: 5herhom <35916131+5herhom@users.noreply.github.com>
Co-authored-by: liaoyt <liaoyt66066@gmail.com>
Co-authored-by: xj2jx <xj2jx@163.com>
Co-authored-by: Davidhua1996 <david_hua1996@hotmail.com>
Co-authored-by: xyqiao@vip.qq.com <xyqiao@vip.qq.com>
Co-authored-by: alexzyWu <382080314@qq.com>
Co-authored-by: bleachzk <zhouke309@vip.qq.com>
Co-authored-by: dennyzhou-zdx <zhoudunxiong123@foxmail.com>
Co-authored-by: kantlin <kantlin@webank.com>
Co-authored-by: zhengfan199525 <fanzheng199525@outlook.com>

* Modified public dependent lib is introduced through classPath closes #392

* to modify the queue of ListenerBus to ArrayBlockingQueue
closes #395

* Unify the configuration parameters of gatewayURL
closes #393

* Add license

* http dependency module optimization
closes #388

* To add support for CS cache function
closes #368

* UJES supports ContextService function
closes #390

* Optimize imports

* Update version to 0.9.4

* Modified public dependent lib is introduced through classPath closes #392

* Update version to 0.9.4

Co-authored-by: chaogefeng <673120261@163.com>
Co-authored-by: alexkun <xuanyu710@qq.com>
Co-authored-by: 5herhom <35916131+5herhom@users.noreply.github.com>
Co-authored-by: liaoyt <liaoyt66066@gmail.com>
Co-authored-by: xj2jx <xj2jx@163.com>
Co-authored-by: Davidhua1996 <david_hua1996@hotmail.com>
Co-authored-by: xyqiao@vip.qq.com <xyqiao@vip.qq.com>
Co-authored-by: alexzyWu <382080314@qq.com>
Co-authored-by: bleachzk <zhouke309@vip.qq.com>
Co-authored-by: dennyzhou-zdx <zhoudunxiong123@foxmail.com>
Co-authored-by: kantlin <kantlin@webank.com>
Co-authored-by: zhengfan199525 <fanzheng199525@outlook.com>
Co-authored-by: cooperyang <904666286@qq.com>
@yangzhiyue
Copy link
Contributor

thanks it is closed in #405

Linkis0.9.4 automation moved this from In Progress to Done Jun 17, 2020
mayinrain pushed a commit to mayinrain/incubator-linkis that referenced this issue Jan 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
No open projects
Linkis0.9.4
  
Done
Development

No branches or pull requests

2 participants