Coder Social home page Coder Social logo

Comments (4)

zycgit avatar zycgit commented on May 16, 2024

已经支持,只不过文档上没有写这个。 具体参考这个类:net.hasor.dataql.fx.web.WebUdfSource

在 4.1.5 时会把这个文档也放出来。

from hasor.

meglory avatar meglory commented on May 16, 2024

@zycgit 好的,多谢,请问4.1.5版本大概什么时间发布呢,另外,想问下,DataQL有没有相关的性能测试数据

from hasor.

zycgit avatar zycgit commented on May 16, 2024
  1. 4.1.5 正在准备发布,第一个会先放一个 beta 版本出来。
  2. 性能这一块主要是2方面决定的
    1. 合理利用 Dataway 的 SPI 做一些缓存工作。比如:结果缓存、编译缓存
    2. SQL 查询场景下,优化 SQL 语句,不要返回过大的数据。

社区里面的情况不清楚,但是我们在一个大客户的场景下面压测下主要瓶颈在网络IO和后端数据库。 DataQL 的性能开销是忽略不计的,开启了编译缓存之后。每个接口的性能开销是按照个位数毫秒计
n <3ms ,主要性能的地方是在 请求参数的 json 解析。

from hasor.

meglory avatar meglory commented on May 16, 2024

好的,非常感谢^_^

from hasor.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.