issues
search
feast-dev
/
feast-java-old
Feast Java Components
Apache License 2.0
12
stars
29
forks
source link
Optimize feature retrieval for Cassandra online storage
#24
Closed
khorshuheng
closed
3 years ago
khorshuheng
commented
3 years ago
Signed-off-by: Khor Shu Heng
khor.heng@gojek.com
Instead of retrieving all entities in a single CQL queries, greater performance can be achieved if async calls are generated for each entity.
Prepared statement could have been reused, for the case of retrieving avro schema.
Signed-off-by: Khor Shu Heng khor.heng@gojek.com