TechnologyDecember 15, 2014

ALLOW FILTERING에 대하여

Benjamin Lerer
Benjamin Lerer
ALLOW FILTERING에 대하여
SELECT * FROM blogs;
SELECT * FROM blogs WHERE time1 = 1418306451235;
<em>Bad Request: Cannot execute this query as it might involve data filtering and thus may have unpredictable performance. If you want to execute this query despite the performance unpredictability, use ALLOW FILTERING.</em>
SELECT * FROM blogs WHERE author = ‘Jonathan Ellis’;
SELECT * FROM blogs WHERE author=’Jonathan Ellis’ and time2 = 1418306451235;
Share

One-stop Data API for Production GenAI

Astra DB gives JavaScript developers a complete data API and out-of-the-box integrations that make it easier to build production RAG apps with high relevancy and low latency.